Update app.py
Browse files
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='
|
| 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
|