Spaces:
Sleeping
Sleeping
Commit
·
aab6ee6
1
Parent(s):
1201a5a
Update app.py
Browse files
app.py
CHANGED
|
@@ -334,7 +334,7 @@ iface3 = gr.Interface(
|
|
| 334 |
inputs=[
|
| 335 |
gr.Textbox(label="Input Text"),
|
| 336 |
gr.Textbox(label="One Shot Example"),
|
| 337 |
-
gr.Dropdown(choices=dropdown_options, label="Number of top search results")
|
| 338 |
gr.Dropdown(choices=llm_dropdown, label="LLM")
|
| 339 |
],
|
| 340 |
outputs="text"
|
|
@@ -344,7 +344,7 @@ iface4 = gr.Interface(
|
|
| 344 |
inputs=[
|
| 345 |
gr.Textbox(label="Input Text"),
|
| 346 |
gr.Textbox(label="One Shot Example"),
|
| 347 |
-
gr.Dropdown(choices=dropdown_options_4, label="Number of top k documents")
|
| 348 |
gr.Dropdown(choices=llm_dropdown, label="LLM")
|
| 349 |
],
|
| 350 |
outputs="text"
|
|
|
|
| 334 |
inputs=[
|
| 335 |
gr.Textbox(label="Input Text"),
|
| 336 |
gr.Textbox(label="One Shot Example"),
|
| 337 |
+
gr.Dropdown(choices=dropdown_options, label="Number of top search results"),
|
| 338 |
gr.Dropdown(choices=llm_dropdown, label="LLM")
|
| 339 |
],
|
| 340 |
outputs="text"
|
|
|
|
| 344 |
inputs=[
|
| 345 |
gr.Textbox(label="Input Text"),
|
| 346 |
gr.Textbox(label="One Shot Example"),
|
| 347 |
+
gr.Dropdown(choices=dropdown_options_4, label="Number of top k documents"),
|
| 348 |
gr.Dropdown(choices=llm_dropdown, label="LLM")
|
| 349 |
],
|
| 350 |
outputs="text"
|