prithivMLmods commited on
Commit
e52366a
·
verified ·
1 Parent(s): 8f5a25a

Update app.py

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