soiz commited on
Commit
f62ef1f
·
verified ·
1 Parent(s): c7bb1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -61,6 +61,5 @@ def download_video():
61
  if file_path and os.path.exists(file_path):
62
  os.remove(file_path)
63
 
64
-
65
  if __name__ == '__main__':
66
- app.run(debug=True, host='0.0.0.0', port=7860)
 
61
  if file_path and os.path.exists(file_path):
62
  os.remove(file_path)
63
 
 
64
  if __name__ == '__main__':
65
+ app.run(host='0.0.0.0', port=7860, debug=True)