Spaces:
Sleeping
Sleeping
Commit ·
569f294
1
Parent(s): 9d0b0e2
fix: update server name in main function to allow external access
Browse files
app.py
CHANGED
|
@@ -362,7 +362,7 @@ def main():
|
|
| 362 |
|
| 363 |
|
| 364 |
app.launch(
|
| 365 |
-
server_name="
|
| 366 |
server_port=7860,
|
| 367 |
share=False,
|
| 368 |
show_error=True
|
|
|
|
| 362 |
|
| 363 |
|
| 364 |
app.launch(
|
| 365 |
+
server_name="0.0.0.0",
|
| 366 |
server_port=7860,
|
| 367 |
share=False,
|
| 368 |
show_error=True
|