Spaces:
Running
on
A10G
Running
on
A10G
turn show_api to false (#22)
Browse files- turn show_api to false (23c5a7de67a9cf0b7be55e00dd77133cf2a93482)
Co-authored-by: Ahsen Khaliq <[email protected]>
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)
|