Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,4 +111,4 @@ def download_file(filename):
|
|
111 |
return jsonify({'error': 'File not found'}), 404
|
112 |
|
113 |
if __name__ == '__main__':
|
114 |
-
app.run(host=
|
|
|
111 |
return jsonify({'error': 'File not found'}), 404
|
112 |
|
113 |
if __name__ == '__main__':
|
114 |
+
app.run(host="0.0.0.0", port=7860)
|