Spaces:
Runtime error
Runtime error
Commit
·
3fffd5a
1
Parent(s):
5459125
defaults
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def predict(s1, chosen_model):
|
|
115 |
|
116 |
inputs = [
|
117 |
gr.Textbox(label="Text"),
|
118 |
-
gr.Dropdown(label="Model", choices=user_friendly_name_list,
|
119 |
]
|
120 |
|
121 |
outputs = [
|
|
|
115 |
|
116 |
inputs = [
|
117 |
gr.Textbox(label="Text"),
|
118 |
+
gr.Dropdown(label="Model", choices=user_friendly_name_list, value=user_friendly_name_list[0])
|
119 |
]
|
120 |
|
121 |
outputs = [
|