vilarin commited on
Commit
6f4788a
·
verified ·
1 Parent(s): 73b2985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,6 +90,6 @@ with gr.Blocks() as iface:
90
  # Set up the event listeners
91
  submit_btn.click(main, inputs=[text_input, image_input, unit], outputs=output_box)
92
 
93
- gr.close_all()
94
 
95
- iface.queue().launch() # Launch the Gradio interface
 
90
  # Set up the event listeners
91
  submit_btn.click(main, inputs=[text_input, image_input, unit], outputs=output_box)
92
 
93
+ #gr.close_all()
94
 
95
+ iface.queue().launch(show_api=False) # Launch the Gradio interface