prithivMLmods commited on
Commit
8136d50
·
verified ·
1 Parent(s): f6e3599

Update app.py

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