Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
d09692f
1
Parent(s):
33dc450
Update app.py
Browse files
app.py
CHANGED
@@ -328,4 +328,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
328 |
""")
|
329 |
|
330 |
if __name__ == "__main__":
|
331 |
-
demo.queue(max_size=50).launch(show_api=
|
|
|
328 |
""")
|
329 |
|
330 |
if __name__ == "__main__":
|
331 |
+
demo.queue(max_size=50).launch(show_api=True)
|