benjaminStreltzin commited on
Commit
3f5872b
·
verified ·
1 Parent(s): 7b1ab49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(image: Image.Image):
12
  animation.visible = False # Hide the animation
13
  return result, f"Confidence: {confidence:.2f}%"
14
 
15
- theme = gr.themes.Base()
16
 
17
  with gr.Interface(theme=theme) as demo:
18
  # Define the Gradio interface
 
12
  animation.visible = False # Hide the animation
13
  return result, f"Confidence: {confidence:.2f}%"
14
 
15
+ theme = gr.themes.Soft()
16
 
17
  with gr.Interface(theme=theme) as demo:
18
  # Define the Gradio interface