Spaces:
Runtime error
Runtime error
Commit
·
20e0d69
1
Parent(s):
e451fb3
more rem 'type'
Browse files
app.py
CHANGED
|
@@ -229,7 +229,6 @@ with demo:
|
|
| 229 |
with gr.Row():
|
| 230 |
model_name = gr.Radio(
|
| 231 |
MODEL_NAMES,
|
| 232 |
-
type="value",
|
| 233 |
label="1) Pick a preloaded BERT-like model for uncertainty evaluation (note: RoBERTa-large performance is best)...",
|
| 234 |
)
|
| 235 |
own_model_name = gr.Textbox(
|
|
@@ -267,7 +266,7 @@ with demo:
|
|
| 267 |
"If there is an * by a sentence number, then at least one top prediction for that sentence was non-gendered.")
|
| 268 |
|
| 269 |
with gr.Row():
|
| 270 |
-
female_fig = gr.Plot()
|
| 271 |
with gr.Row():
|
| 272 |
female_df = gr.Dataframe()
|
| 273 |
with gr.Row():
|
|
|
|
| 229 |
with gr.Row():
|
| 230 |
model_name = gr.Radio(
|
| 231 |
MODEL_NAMES,
|
|
|
|
| 232 |
label="1) Pick a preloaded BERT-like model for uncertainty evaluation (note: RoBERTa-large performance is best)...",
|
| 233 |
)
|
| 234 |
own_model_name = gr.Textbox(
|
|
|
|
| 266 |
"If there is an * by a sentence number, then at least one top prediction for that sentence was non-gendered.")
|
| 267 |
|
| 268 |
with gr.Row():
|
| 269 |
+
female_fig = gr.Plot()
|
| 270 |
with gr.Row():
|
| 271 |
female_df = gr.Dataframe()
|
| 272 |
with gr.Row():
|