Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def infer(image, candidate_labels):
|
|
112 |
return postprocess_siglip(sg1_probs, sg2_probs, labels=candidate_labels)
|
113 |
|
114 |
# Build the Gradio Interface with two tabs.
|
115 |
-
with gr.Blocks(theme="
|
116 |
gr.Markdown("# Multi-Domain & Zero-Shot Image Classification")
|
117 |
|
118 |
with gr.Tabs():
|
|
|
112 |
return postprocess_siglip(sg1_probs, sg2_probs, labels=candidate_labels)
|
113 |
|
114 |
# Build the Gradio Interface with two tabs.
|
115 |
+
with gr.Blocks(theme="YTheme/Minecraft") as demo:
|
116 |
gr.Markdown("# Multi-Domain & Zero-Shot Image Classification")
|
117 |
|
118 |
with gr.Tabs():
|