Adityadn commited on
Commit
63cbb11
·
verified ·
1 Parent(s): ba148a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ iface = gr.Interface(
24
  outputs=gr.Textbox(type="text", label="Output", show_copy_button=True)
25
  )
26
 
27
- iface.launch(show_api=False, show_interface=False)
 
24
  outputs=gr.Textbox(type="text", label="Output", show_copy_button=True)
25
  )
26
 
27
+ iface.launch(show_api=False)