Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from transformers import pipeline
|
|
14 |
import re
|
15 |
|
16 |
# Assuming 'pipe' is already defined as in the previous code snippet
|
17 |
-
pipe = pipeline("text-generation", model="
|
18 |
|
19 |
def chat_with_bot(bot_personality, user_input):
|
20 |
"""
|
|
|
14 |
import re
|
15 |
|
16 |
# Assuming 'pipe' is already defined as in the previous code snippet
|
17 |
+
pipe = pipeline("text-generation", model="learningmachineaz/cirtdan-azerbaijani-chatbot")
|
18 |
|
19 |
def chat_with_bot(bot_personality, user_input):
|
20 |
"""
|