xieqilenb commited on
Commit
4fb0138
·
verified ·
1 Parent(s): 6e40acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def generate_caption(image_file):
13
  return caption
14
 
15
  def generate_story(caption):
16
- story_generator = pipeline("text-generation", model="Qwen/Qwen2.5-14B-Instruct-1M")
17
  messages = [
18
  {
19
  "role": "user",
 
13
  return caption
14
 
15
  def generate_story(caption):
16
+ story_generator = pipeline("text-generation", model="Qwen/QwQ-32B")
17
  messages = [
18
  {
19
  "role": "user",