Spaces:
Running
on
A10G
Running
on
A10G
turn show_api to false
Browse files
app.py
CHANGED
|
@@ -246,4 +246,4 @@ io = gr.Interface(
|
|
| 246 |
examples=[['example01.jpg'], ['example02.jpg']]
|
| 247 |
)
|
| 248 |
io.queue(max_size=32)
|
| 249 |
-
io.launch()
|
|
|
|
| 246 |
examples=[['example01.jpg'], ['example02.jpg']]
|
| 247 |
)
|
| 248 |
io.queue(max_size=32)
|
| 249 |
+
io.launch(show_api=False)
|