Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,7 @@ def classify_image(img):
|
|
75 |
# Create a Gradio interface
|
76 |
iface = gr.Interface(
|
77 |
fn=classify_image,
|
|
|
78 |
inputs=gr.Image(type='pil'),
|
79 |
outputs=gr.Textbox(),
|
80 |
title="Mushroom Image Classification",
|
|
|
75 |
# Create a Gradio interface
|
76 |
iface = gr.Interface(
|
77 |
fn=classify_image,
|
78 |
+
theme=gr.themes.Default(text_size="lg"),
|
79 |
inputs=gr.Image(type='pil'),
|
80 |
outputs=gr.Textbox(),
|
81 |
title="Mushroom Image Classification",
|