AustingDong
commited on
Commit
·
9321e89
1
Parent(s):
6a0d13c
Update app.py
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ with gr.Blocks() as demo:
|
|
286 |
saliency_map_output = gr.Gallery(label="Saliency Map", height=300, columns=1)
|
287 |
|
288 |
with gr.Column():
|
289 |
-
model_selector = gr.Dropdown(choices=["Clip", "ChartGemma-
|
290 |
response_type = gr.Dropdown(choices=["Visualization only"], value="Visualization only", label="response_type")
|
291 |
focus = gr.Dropdown(choices=["Visual Encoder"], value="Visual Encoder", label="focus")
|
292 |
saliency_map_method = gr.Dropdown(choices=["GradCAM"], value="GradCAM", label="saliency map type")
|
|
|
286 |
saliency_map_output = gr.Gallery(label="Saliency Map", height=300, columns=1)
|
287 |
|
288 |
with gr.Column():
|
289 |
+
model_selector = gr.Dropdown(choices=["Clip", "ChartGemma-3B", "Janus-1B", "Janus-7B", "LLaVA-v1.6-Mistral-7B"], value="Clip", label="model")
|
290 |
response_type = gr.Dropdown(choices=["Visualization only"], value="Visualization only", label="response_type")
|
291 |
focus = gr.Dropdown(choices=["Visual Encoder"], value="Visual Encoder", label="focus")
|
292 |
saliency_map_method = gr.Dropdown(choices=["GradCAM"], value="GradCAM", label="saliency map type")
|