Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,4 +56,4 @@ def capture():
|
|
56 |
return jsonify({'status': 'error', 'message': str(e)})
|
57 |
|
58 |
if __name__ == '__main__':
|
59 |
-
app.run(debug=True, host='0.0.0.0', port=
|
|
|
56 |
return jsonify({'status': 'error', 'message': str(e)})
|
57 |
|
58 |
if __name__ == '__main__':
|
59 |
+
app.run(debug=True, host='0.0.0.0', port=7860)
|