Spaces:
Runtime error
Runtime error
Commit
·
d3b491d
1
Parent(s):
7cd0630
Update main.py
Browse files
main.py
CHANGED
|
@@ -56,6 +56,6 @@ def chat():
|
|
| 56 |
initial_response = llm_chain.run(user_query)
|
| 57 |
return jsonify({'response': initial_response})
|
| 58 |
|
| 59 |
-
if __name__ == "__main__":
|
| 60 |
# uvicorn.run(app, host='0.0.0.0', port=5000)
|
| 61 |
-
app.run(host='0.0.0.0')
|
|
|
|
| 56 |
initial_response = llm_chain.run(user_query)
|
| 57 |
return jsonify({'response': initial_response})
|
| 58 |
|
| 59 |
+
#if __name__ == "__main__":
|
| 60 |
# uvicorn.run(app, host='0.0.0.0', port=5000)
|
| 61 |
+
#app.run(host='0.0.0.0')
|