Fu01978 commited on
Commit
3257872
·
verified ·
1 Parent(s): e4f0419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,4 +74,4 @@ def stream(job_id: str):
74
 
75
 
76
  if __name__ == "__main__":
77
- app.run(debug=True, threaded=True)
 
74
 
75
 
76
  if __name__ == "__main__":
77
+ app.run(debug=True, threaded=True, port=7860)