Update app.py
Browse files
app.py
CHANGED
@@ -123,4 +123,4 @@ def upload_file():
|
|
123 |
return send_file(result_file_path, as_attachment=True)
|
124 |
|
125 |
if __name__ == '__main__':
|
126 |
-
app.run()
|
|
|
123 |
return send_file(result_file_path, as_attachment=True)
|
124 |
|
125 |
if __name__ == '__main__':
|
126 |
+
app.run(host="0.0.0.0", port=7860)
|