Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,4 +73,4 @@ with gr.Blocks() as app:
|
|
| 73 |
outputs="text").api_name = "predict"
|
| 74 |
|
| 75 |
# ✅ Launch
|
| 76 |
-
app.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 73 |
outputs="text").api_name = "predict"
|
| 74 |
|
| 75 |
# ✅ Launch
|
| 76 |
+
app.launch(server_name="0.0.0.0", server_port=7860, share=True)
|