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