prithivMLmods commited on
Commit
f0a2c2f
·
verified ·
1 Parent(s): edf5147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="gradio/monochrome") as demo:
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():