Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,4 +132,4 @@ demo = gr.Interface(
|
|
| 132 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
| 133 |
examples=[['AI-generate.jpg', 'v1.4', 2],])
|
| 134 |
demo.queue(concurrency_count=4)
|
| 135 |
-
|
|
|
|
| 132 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
| 133 |
examples=[['AI-generate.jpg', 'v1.4', 2],])
|
| 134 |
demo.queue(concurrency_count=4)
|
| 135 |
+
show_api=False, demo.launch()
|