Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -508,8 +508,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
508 |
# Launch the app
|
509 |
if __name__ == "__main__":
|
510 |
app.launch(
|
511 |
-
server_name="0.0.0.0",
|
512 |
-
server_port=7860,
|
513 |
share=True,
|
514 |
debug=True
|
515 |
)
|
|
|
508 |
# Launch the app
|
509 |
if __name__ == "__main__":
|
510 |
app.launch(
|
|
|
|
|
511 |
share=True,
|
512 |
debug=True
|
513 |
)
|