Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
|
|
7 |
# ]
|
8 |
# pipe = pipeline("text-generation", model="meta-llama/Llama-3.2-3B-Instruct")
|
9 |
# pipe(messages)
|
10 |
-
chatbot = pipeline("
|
11 |
|
12 |
# tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
|
13 |
# model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
|
|
|
7 |
# ]
|
8 |
# pipe = pipeline("text-generation", model="meta-llama/Llama-3.2-3B-Instruct")
|
9 |
# pipe(messages)
|
10 |
+
chatbot = pipeline("text-generation", model="microsoft/DialoGPT-medium")
|
11 |
|
12 |
# tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
|
13 |
# model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
|