imseldrith commited on
Commit
11d28a4
·
1 Parent(s): 388604c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ def import_content():
44
  return render_template('result.html', quality=quality)
45
 
46
  if __name__ == '__main__':
47
- app.run(debug=True)
 
44
  return render_template('result.html', quality=quality)
45
 
46
  if __name__ == '__main__':
47
+ app.run(host="0.0.0.0",port=7860,debug=True)