Spaces:
Running
Running
Update app.py
Browse files
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)
|