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