Vo1dAbyss commited on
Commit
6a25bc8
·
verified ·
1 Parent(s): a4c3eb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  print("Done!")
5
 
6
  print("Importing chatbot...")
7
- chatbot = pipeline(task="conversational", model="microsoft/phi-2")
8
  print("Done!")
9
 
10
  message_list = []
 
4
  print("Done!")
5
 
6
  print("Importing chatbot...")
7
+ chatbot = pipeline(task="conversational", model="meta-llama/Llama-2-70b")
8
  print("Done!")
9
 
10
  message_list = []