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