Spaces:
Runtime error
Runtime error
Use default serving options
Browse files
app.py
CHANGED
|
@@ -568,8 +568,6 @@ if sys.platform == 'win32':
|
|
| 568 |
|
| 569 |
# Start Gradio application
|
| 570 |
demo.queue().launch(
|
| 571 |
-
share=True,
|
| 572 |
-
debug=True
|
| 573 |
-
server_name=args.ip,
|
| 574 |
-
server_port=args.port
|
| 575 |
)
|
|
|
|
| 568 |
|
| 569 |
# Start Gradio application
|
| 570 |
demo.queue().launch(
|
| 571 |
+
share=True,
|
| 572 |
+
debug=True
|
|
|
|
|
|
|
| 573 |
)
|