pratikshahp commited on
Commit
73fa148
·
verified ·
1 Parent(s): b76473f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ iface = gr.Interface(
28
  iface.queue()
29
 
30
  # Launch the app
31
- iface.launch()
32
 
 
28
  iface.queue()
29
 
30
  # Launch the app
31
+ iface.launch(show_api=True)
32