DHEIVER commited on
Commit
fe6cc61
·
verified ·
1 Parent(s): f6d7cba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -101,8 +101,7 @@ demo = gr.Interface(
101
  title="Janus-Pro-7B Multimodal Demo",
102
  description="Ask questions about PDFs or images using the Janus-Pro-7B model",
103
  examples=[
104
- ["https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png", "What's in this image?", 42, 0.95, 0.1],
105
- ["https://example.com/sample.pdf", "Summarize the text in this PDF.", 42, 0.95, 0.1]
106
  ]
107
  )
108
 
 
101
  title="Janus-Pro-7B Multimodal Demo",
102
  description="Ask questions about PDFs or images using the Janus-Pro-7B model",
103
  examples=[
104
+ ["https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png", "What's in this image?", 42, 0.95, 0.1]
 
105
  ]
106
  )
107