Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ def infer(image, candidate_labels):
|
|
167 |
return postprocess_siglip(sg1_probs, sg2_probs, labels=candidate_labels)
|
168 |
|
169 |
# Build the Gradio Interface with two tabs.
|
170 |
-
with gr.Blocks(theme=
|
171 |
gr.Markdown("# Multi-Domain & Zero-Shot Image Classification")
|
172 |
|
173 |
with gr.Tabs():
|
|
|
167 |
return postprocess_siglip(sg1_probs, sg2_probs, labels=candidate_labels)
|
168 |
|
169 |
# Build the Gradio Interface with two tabs.
|
170 |
+
with gr.Blocks(theme=minimal_modern ) as demo:
|
171 |
gr.Markdown("# Multi-Domain & Zero-Shot Image Classification")
|
172 |
|
173 |
with gr.Tabs():
|