NoChromo commited on
Commit
4af0bf3
1 Parent(s): 08e4496
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def predict(image):
59
 
60
  # Gradio interface setup with separate boxes for Leaf Type, Identified Disease, and Percentage Breakdown
61
  interface = gr.Interface(
62
- theme = 'gradio/monochrome',
63
  fn=predict,
64
  inputs=gr.Image(label="Upload the Image"),
65
  outputs=[
 
59
 
60
  # Gradio interface setup with separate boxes for Leaf Type, Identified Disease, and Percentage Breakdown
61
  interface = gr.Interface(
62
+ theme = 'gradio/dark',
63
  fn=predict,
64
  inputs=gr.Image(label="Upload the Image"),
65
  outputs=[