broadfield-dev commited on
Commit
32dfa9a
·
verified ·
1 Parent(s): cb09500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -99,14 +99,7 @@ with gr.Blocks() as demo:
99
  outputs=output_text
100
  )
101
 
102
- gr.Examples(
103
- examples=[
104
- ["https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg", "Describe this image."],
105
- ["https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3-VL/receipt.png", "Read the text from this receipt."],
106
- ["https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3-VL/what_is_in_the_box.jpg", "What is inside the red box?"],
107
- ],
108
- inputs=[image_input, text_prompt]
109
- )
110
 
111
  if __name__ == "__main__":
112
  demo.launch()
 
99
  outputs=output_text
100
  )
101
 
102
+
 
 
 
 
 
 
 
103
 
104
  if __name__ == "__main__":
105
  demo.launch()