Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ with gr.Blocks(title="Task Caching Demo", theme=gr.themes.Soft()) as demo:
|
|
| 167 |
|
| 168 |
get_answers_button.click(
|
| 169 |
fn=get_answers_func,
|
| 170 |
-
inputs=[query_input, model_name_input]
|
| 171 |
outputs=[answer_with_cheatsheet_output, answer_without_cheatsheet_output]
|
| 172 |
)
|
| 173 |
|
|
|
|
| 167 |
|
| 168 |
get_answers_button.click(
|
| 169 |
fn=get_answers_func,
|
| 170 |
+
inputs=[query_input, model_name_input],
|
| 171 |
outputs=[answer_with_cheatsheet_output, answer_without_cheatsheet_output]
|
| 172 |
)
|
| 173 |
|