Shreyas094 commited on
Commit
bf61d83
·
verified ·
1 Parent(s): cb292ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -553,4 +553,5 @@ with gr.Blocks() as demo:
553
  clear_button.click(clear_cache, inputs=[], outputs=clear_output)
554
 
555
  if __name__ == "__main__":
556
- demo.launch()
 
 
553
  clear_button.click(clear_cache, inputs=[], outputs=clear_output)
554
 
555
  if __name__ == "__main__":
556
+ demo.launch
557
+