Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ if __name__ == "__main__":
|
|
| 120 |
print(f"⚠️ Warning: {e}")
|
| 121 |
|
| 122 |
demo.launch(
|
| 123 |
-
server_name="
|
| 124 |
server_port=7860,
|
| 125 |
share=False,
|
| 126 |
show_error=True
|
|
|
|
| 120 |
print(f"⚠️ Warning: {e}")
|
| 121 |
|
| 122 |
demo.launch(
|
| 123 |
+
server_name="0.0.0.0", # Bind to all interfaces for Hugging Face deployment
|
| 124 |
server_port=7860,
|
| 125 |
share=False,
|
| 126 |
show_error=True
|