luulinh90s commited on
Commit
7950fd3
·
1 Parent(s): 178eb91
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -242,4 +242,7 @@ def completed(filename):
242
 
243
 
244
  if __name__ == '__main__':
245
- app.run(debug=True, port=8080)
 
 
 
 
242
 
243
 
244
  if __name__ == '__main__':
245
+ # app.run(debug=True, port=8080)
246
+
247
+ # change for running on HuggingFace
248
+ app.run(debug=False, port=7680)