Xlnk commited on
Commit
ecdda04
·
verified ·
1 Parent(s): 281ed4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="jk12p/qwen3-finetuned-mini")
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):