update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import gradio as gr
|
|
| 5 |
|
| 6 |
generator = pipeline(
|
| 7 |
"text-generation",
|
| 8 |
-
model="
|
| 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 |
)
|