Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load the text-generation pipeline
|
| 5 |
-
pipe = pipeline("text-generation", model="
|
| 6 |
|
| 7 |
# Define function
|
| 8 |
def chat(user_input, history):
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load the text-generation pipeline
|
| 5 |
+
pipe = pipeline("text-generation", model="Qwen/Qwen3-VL-2B-Thinking-FP8")
|
| 6 |
|
| 7 |
# Define function
|
| 8 |
def chat(user_input, history):
|