Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Use a pipeline as a high-level helper
|
2 |
from transformers import pipeline
|
3 |
|
4 |
-
pipe = pipeline("text-generation", model="tiiuae/falcon-
|
5 |
|
6 |
|
7 |
# Function to interact with the chatbot
|
|
|
1 |
# Use a pipeline as a high-level helper
|
2 |
from transformers import pipeline
|
3 |
|
4 |
+
pipe = pipeline("text-generation", model="tiiuae/falcon-7b-instruct")
|
5 |
|
6 |
|
7 |
# Function to interact with the chatbot
|