ElifGafar commited on
Commit
0d4f9c6
·
verified ·
1 Parent(s): 56c7557

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
 
6
  generator = pipeline(
7
  "text-generation",
8
- model="HuggingFaceTB/SmolLM2-1.7B-Instruct",
9
  torch_dtype="auto",
10
  device_map="auto"
11
  )
 
5
 
6
  generator = pipeline(
7
  "text-generation",
8
+ model="microsoft/Phi-4-mini-instruct",
9
  torch_dtype="auto",
10
  device_map="auto"
11
  )