CR7CAD commited on
Commit
67a9893
·
verified ·
1 Parent(s): 3537d04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def load_summarization_pipeline():
15
  # Adding trust_remote_code=True allows loading models with custom code.
16
  summarizer = pipeline(
17
  "summarization",
18
- model="deepseek-ai/deepseek-vl2-tiny",
19
  trust_remote_code=True
20
  )
21
  return summarizer
 
15
  # Adding trust_remote_code=True allows loading models with custom code.
16
  summarizer = pipeline(
17
  "summarization",
18
+ model="llava-hf/llava-interleave-qwen-0.5b-hf",
19
  trust_remote_code=True
20
  )
21
  return summarizer