Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -205,6 +205,5 @@ with gr.Blocks(theme=gr.themes.Soft(),css="style.css") as demo:
|
|
205 |
|
206 |
|
207 |
if __name__ == "__main__":
|
208 |
-
demo.queue(max_size=20)
|
209 |
-
demo.launch(share=True, server_name='0.0.0.0', server_port=10057)
|
210 |
|
|
|
205 |
|
206 |
|
207 |
if __name__ == "__main__":
|
208 |
+
demo.queue(max_size=20).launch()
|
|
|
209 |
|