Spaces:
Runtime error
Runtime error
Commit ·
006b449
1
Parent(s): 5f25add
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,8 @@ def chat():
|
|
| 65 |
#return output
|
| 66 |
#Working!!!
|
| 67 |
|
| 68 |
-
return jsonify({'response': initial_response})
|
|
|
|
| 69 |
|
| 70 |
if __name__ == '__main__':
|
| 71 |
#app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
|
|
|
| 65 |
#return output
|
| 66 |
#Working!!!
|
| 67 |
|
| 68 |
+
#return jsonify({'response': initial_response}) #OKed, working!
|
| 69 |
+
return initial_response
|
| 70 |
|
| 71 |
if __name__ == '__main__':
|
| 72 |
#app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|