karim23657 commited on
Commit
0d710fc
·
verified ·
1 Parent(s): f1b90c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,4 +330,4 @@ def download1():
330
  dict_file='fa_dict'
331
  return send_file(os.path.join(find_espeak_ng_data_folder(),dict_file ), as_attachment=True)
332
  if __name__ == "__main__":
333
- app.run(host='0.0.0.0', port= 7860))
 
330
  dict_file='fa_dict'
331
  return send_file(os.path.join(find_espeak_ng_data_folder(),dict_file ), as_attachment=True)
332
  if __name__ == "__main__":
333
+ app.run(host='0.0.0.0', port= 7860)