sohamnk commited on
Commit
a9999ab
·
verified ·
1 Parent(s): 2aed1b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,6 +3,6 @@ import sys
3
  sys.stdout.reconfigure(line_buffering=True)
4
 
5
  from pipeline import app
6
- if __name__ == '__main__':
7
 
8
- app.run(host='0.0.0.0', port=7860)
 
 
3
  sys.stdout.reconfigure(line_buffering=True)
4
 
5
  from pipeline import app
 
6
 
7
+ if __name__ == '__main__':
8
+ app.run(host='0.0.0.0', port=7860)