Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -257,5 +257,4 @@ with gr.Blocks() as demo:
|
|
| 257 |
|
| 258 |
if __name__ == "__main__":
|
| 259 |
demo.queue(max_size=20, api_open=False)
|
| 260 |
-
|
| 261 |
-
demo.launch()
|
|
|
|
| 257 |
|
| 258 |
if __name__ == "__main__":
|
| 259 |
demo.queue(max_size=20, api_open=False)
|
| 260 |
+
demo.launch(share=True, show_api=False)
|
|
|