SFconvertbot commited on
Commit
cac4e35
1 Parent(s): dfc18f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ demo = gr.Interface(
93
  fn=run,
94
  ).queue()
95
 
96
- demo.launch()
 
93
  fn=run,
94
  ).queue()
95
 
96
+ demo.launch(show_api=True)