Spaces:
Running
Running
Update app.py
Browse files
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 |
|