krishna-k commited on
Commit
02595d3
·
verified ·
1 Parent(s): b0fba53

Update app.py

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