dziz commited on
Commit
8a94096
Β·
verified Β·
1 Parent(s): cb39146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from transformers import pipeline
2
 
3
- pipe = pipeline("text-generation", model="microsoft/Phi-3-mini-4k-instruct", trust_remote_code=True)
4
  messages = [
5
  {"role": "user", "content": "Who are you?"},
6
  ]
 
1
  from transformers import pipeline
2
 
3
+ pipe = pipeline("text-generation", model="microsoft/Phi-tiny-MoE-instruct", trust_remote_code=True)
4
  messages = [
5
  {"role": "user", "content": "Who are you?"},
6
  ]