Sa-m commited on
Commit
c70bcd8
·
1 Parent(s): f562692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,5 +34,5 @@ def predict():
34
 
35
 
36
  if __name__ == "__main__":
37
- #app.run(host="0.0.0.0", port=7860) # debug=True causes Restarting with stat
38
- serve(app, host="0.0.0.0", port=7860)
 
34
 
35
 
36
  if __name__ == "__main__":
37
+ app.run(host="0.0.0.0", port=7860) # debug=True causes Restarting with stat
38
+ #serve(app, host="0.0.0.0", port=7860)