Spaces:
Runtime error
Runtime error
AminFaraji
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def get_llama_response(message: str, history: list) -> str:
|
|
186 |
response = generated_text[len(query):] # Remove the prompt from the output
|
187 |
|
188 |
print("Chatbot:", response.strip())
|
189 |
-
print('i
|
190 |
return response.strip()
|
191 |
|
192 |
|
|
|
186 |
response = generated_text[len(query):] # Remove the prompt from the output
|
187 |
|
188 |
print("Chatbot:", response.strip())
|
189 |
+
print('i wanneea return')
|
190 |
return response.strip()
|
191 |
|
192 |
|