SarowarSaurav commited on
Commit
13d12dc
·
verified ·
1 Parent(s): f9950ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-40b-instruct")
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