Spaces:
Runtime error
Runtime error
dark
Browse files
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/
|
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=[
|