Spaces:
Paused
Paused
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -54,6 +54,4 @@ with gr.Blocks() as demo:
|
|
| 54 |
outputs=output_box
|
| 55 |
)
|
| 56 |
|
| 57 |
-
|
| 58 |
-
os.environ["GRADIO_SERVER_PORT"] = "7861"
|
| 59 |
-
demo.launch()
|
|
|
|
| 54 |
outputs=output_box
|
| 55 |
)
|
| 56 |
|
| 57 |
+
demo.launch(server_name="0.0.0.0", server_port=7861)
|
|
|
|
|
|