Commit
·
0f70d6e
1
Parent(s):
b13fe47
Add necessary changes to app.py
Browse files
app.py
CHANGED
|
@@ -257,4 +257,4 @@ For production, retraining should be scheduled (e.g., via a cron job) and served
|
|
| 257 |
# 7. Application Entry Point
|
| 258 |
# --------------------------
|
| 259 |
if __name__ == "__main__":
|
| 260 |
-
interface.launch(server_name="0.0.0.0", server_port=
|
|
|
|
| 257 |
# 7. Application Entry Point
|
| 258 |
# --------------------------
|
| 259 |
if __name__ == "__main__":
|
| 260 |
+
interface.launch(server_name="0.0.0.0", server_port=7860)
|