Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|