Spaces:
Runtime error
Runtime error
Commit
·
db49d66
1
Parent(s):
153ad02
defaults
Browse files
app.py
CHANGED
|
@@ -104,8 +104,8 @@ def predict(s1, s2, chosen_model):
|
|
| 104 |
|
| 105 |
|
| 106 |
inputs = [
|
| 107 |
-
gr.
|
| 108 |
-
gr.
|
| 109 |
gr.Dropdown(label="Model", choices=user_friendly_name_list, value=user_friendly_name_list[0])
|
| 110 |
]
|
| 111 |
|
|
|
|
| 104 |
|
| 105 |
|
| 106 |
inputs = [
|
| 107 |
+
gr.Textbox(label="Sentence A", value=app_examples[0][0]),
|
| 108 |
+
gr.Textbox(label="Sentence B", value=app_examples[0][1]),
|
| 109 |
gr.Dropdown(label="Model", choices=user_friendly_name_list, value=user_friendly_name_list[0])
|
| 110 |
]
|
| 111 |
|