Spaces:
Sleeping
Sleeping
Dan Vancea commited on
Commit ·
ef7e0b2
1
Parent(s): bc1c818
Update call_models.py
Browse files- call_models.py +1 -1
call_models.py
CHANGED
|
@@ -57,4 +57,4 @@ def schedule():
|
|
| 57 |
|
| 58 |
|
| 59 |
if __name__ == "__main__":
|
| 60 |
-
app.run(host="0.0.0.0", port=
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
if __name__ == "__main__":
|
| 60 |
+
app.run(host="0.0.0.0", port=7860, debug=False)
|