Spaces:
Runtime error
Runtime error
change port
Browse files- code/app.py +1 -1
code/app.py
CHANGED
@@ -32,4 +32,4 @@ def api_predict_single():
|
|
32 |
|
33 |
|
34 |
if __name__ == "__main__":
|
35 |
-
app.run(host="0.0.0.0", port=
|
|
|
32 |
|
33 |
|
34 |
if __name__ == "__main__":
|
35 |
+
app.run(host="0.0.0.0", port=7860)
|