fffiloni commited on
Commit
70c84a6
·
verified ·
1 Parent(s): 605aaf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,