Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -497,7 +497,7 @@ if __name__ == "__main__":
|
|
| 497 |
iface.launch(
|
| 498 |
share=False, # Set to True if you want public sharing
|
| 499 |
server_name="0.0.0.0", # Allow external connections
|
| 500 |
-
server_port=
|
| 501 |
show_error=True,
|
| 502 |
show_api=True,
|
| 503 |
quiet=False,
|
|
|
|
| 497 |
iface.launch(
|
| 498 |
share=False, # Set to True if you want public sharing
|
| 499 |
server_name="0.0.0.0", # Allow external connections
|
| 500 |
+
server_port=8080, # Your current port
|
| 501 |
show_error=True,
|
| 502 |
show_api=True,
|
| 503 |
quiet=False,
|