Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def infer(image, candidate_labels):
|
|
105 |
return postprocess_siglip(sg1_probs, sg2_probs, labels=candidate_labels)
|
106 |
|
107 |
# Build the Gradio Interface with two tabs.
|
108 |
-
with gr.Blocks(theme=
|
109 |
gr.Markdown("# Multi-Domain & Zero-Shot Image Classification")
|
110 |
|
111 |
with gr.Tabs():
|
|
|
105 |
return postprocess_siglip(sg1_probs, sg2_probs, labels=candidate_labels)
|
106 |
|
107 |
# Build the Gradio Interface with two tabs.
|
108 |
+
with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo:
|
109 |
gr.Markdown("# Multi-Domain & Zero-Shot Image Classification")
|
110 |
|
111 |
with gr.Tabs():
|