Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,5 +36,4 @@ def ask():
|
|
| 36 |
return jsonify({"error": "An error occurred while processing your request."}), 500
|
| 37 |
|
| 38 |
if __name__ == '__main__':
|
| 39 |
-
|
| 40 |
-
app.run(host='0.0.0.0', port=port)
|
|
|
|
| 36 |
return jsonify({"error": "An error occurred while processing your request."}), 500
|
| 37 |
|
| 38 |
if __name__ == '__main__':
|
| 39 |
+
app.run(host='0.0.0.0', port=7860)
|
|
|