Spaces:
Sleeping
Sleeping
DarwinAnim8or
commited on
Commit
·
cf38a74
1
Parent(s):
dc6d361
Update app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,4 @@ def classify():
|
|
42 |
|
43 |
# Run the app in debug mode
|
44 |
if __name__ == "__main__":
|
45 |
-
app.run(port=7860, debug=
|
|
|
42 |
|
43 |
# Run the app in debug mode
|
44 |
if __name__ == "__main__":
|
45 |
+
app.run(host="0.0.0.0", port=7860, debug=False)
|