AdarshJi commited on
Commit
c913277
·
verified ·
1 Parent(s): 1a0e22b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -675,4 +675,7 @@ def info():
675
  # ---------------------------------------------------------------------
676
 
677
  # if __name__ == "__main__":
678
- # app.run(host="0.0.0.0", port=5550, threaded=True)
 
 
 
 
675
  # ---------------------------------------------------------------------
676
 
677
  # if __name__ == "__main__":
678
+ # app.run(host="0.0.0.0", port=5550, threaded=True)
679
+
680
+ if __name__=="__main__":
681
+ app.run()