Spaces:
Runtime error
Runtime error
ruanchaves
commited on
Commit
•
72a8d4b
1
Parent(s):
7e0d1ce
defaults
Browse files
app.py
CHANGED
@@ -108,8 +108,8 @@ def predict(s1, s2, chosen_model):
|
|
108 |
|
109 |
|
110 |
inputs = [
|
111 |
-
gr.
|
112 |
-
gr.
|
113 |
gr.Dropdown(label="Model", choices=user_friendly_name_list, value=user_friendly_name_list[0])
|
114 |
]
|
115 |
|
|
|
108 |
|
109 |
|
110 |
inputs = [
|
111 |
+
gr.Textbox(label="Question", value=app_examples[0][0]),
|
112 |
+
gr.Textbox(label="Answer", value=app_examples[0][1]),
|
113 |
gr.Dropdown(label="Model", choices=user_friendly_name_list, value=user_friendly_name_list[0])
|
114 |
]
|
115 |
|