trysem commited on
Commit
7d68cd4
·
1 Parent(s): cfe589e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,4 +140,4 @@ demo = gr.Interface(
140
  examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
141
 
142
  demo.queue(concurrency_count=4)
143
- demo.launch()
 
140
  examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
141
 
142
  demo.queue(concurrency_count=4)
143
+ demo.launch(show_api=False)