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

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() 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="gradio/monochrome") as demo:
109
  gr.Markdown("# Multi-Domain & Zero-Shot Image Classification")
110
 
111
  with gr.Tabs():