braunale commited on
Commit
7b216ab
1 Parent(s): 0c09d8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- chat = pipeline("text-generation", model="LeoLM/leo-mistral-hessianai-7b-chat")
5
 
6
 
7
  def chat_with_model(prompt):
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ chat = pipeline("text-generation", model="microsoft/phi-2")
5
 
6
 
7
  def chat_with_model(prompt):