Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,4 @@ def fetch_deep_infra_response(conversation_history):
|
|
87 |
return 'Sorry, something went wrong.'
|
88 |
|
89 |
if __name__ == '__main__':
|
90 |
-
app.run(host='0.0.0.0', port=os.getenv('APP_PORT', 7860), debug=
|
|
|
87 |
return 'Sorry, something went wrong.'
|
88 |
|
89 |
if __name__ == '__main__':
|
90 |
+
app.run(host='0.0.0.0', port=os.getenv('APP_PORT', 7860), debug=False)
|