mrfakename
commited on
Commit
•
a0aa901
1
Parent(s):
0bdd661
No API!
Browse files
app.py
CHANGED
@@ -316,4 +316,4 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
|
|
316 |
)
|
317 |
|
318 |
if __name__ == "__main__":
|
319 |
-
demo.queue(max_size=20).launch()
|
|
|
316 |
)
|
317 |
|
318 |
if __name__ == "__main__":
|
319 |
+
demo.queue(max_size=20, api_open=False).launch(show_api=False)
|