Spaces:
Sleeping
Sleeping
Commit
·
62cebeb
1
Parent(s):
5ee3b23
🔧 Fix: change server_name to 0.0.0.0 for Hugging Face
Browse files
app.py
CHANGED
@@ -203,4 +203,4 @@ with gr.Blocks(theme="default") as app:
|
|
203 |
)
|
204 |
|
205 |
if __name__ == "__main__":
|
206 |
-
app.launch(server_name="
|
|
|
203 |
)
|
204 |
|
205 |
if __name__ == "__main__":
|
206 |
+
app.launch(server_name="0.0.0.0", server_port=7860)
|