NBayer commited on
Commit
fa06cc1
1 Parent(s): 569919a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def index():
7
  return "Hello Flask users here on HF Spaces "
8
 
9
  if __name__ == "__main__":
10
- app.run(port=3000, host="0.0.0.0")
 
7
  return "Hello Flask users here on HF Spaces "
8
 
9
  if __name__ == "__main__":
10
+ app.run(port=5000, host="0.0.0.0")