reshav1 commited on
Commit
2a12d5b
1 Parent(s): 04a283f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio
2
  from transformers import pipeline
3
 
4
  # Initialize the Hugging Face model
5
- model = pipeline(model='google/flan-t5-large')
6
 
7
 
8
  # Define the chatbot function
 
2
  from transformers import pipeline
3
 
4
  # Initialize the Hugging Face model
5
+ model = pipeline(model='EleutherAI/gpt-j-6b')
6
 
7
 
8
  # Define the chatbot function