Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -479,6 +479,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 479 |
inputs=[result, history_gallery],
|
| 480 |
outputs=history_gallery,
|
| 481 |
show_api=False
|
|
|
|
| 482 |
|
| 483 |
prompt_input.submit( # Clear the result
|
| 484 |
fn=clear_result,
|
|
|
|
| 479 |
inputs=[result, history_gallery],
|
| 480 |
outputs=history_gallery,
|
| 481 |
show_api=False
|
| 482 |
+
)
|
| 483 |
|
| 484 |
prompt_input.submit( # Clear the result
|
| 485 |
fn=clear_result,
|