Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,7 @@ def predict(image):
|
|
| 23 |
|
| 24 |
# 4. Interface Gradio
|
| 25 |
gr.Interface(
|
|
|
|
| 26 |
fn=predict,
|
| 27 |
inputs=gr.Image(type="pil"),
|
| 28 |
outputs=gr.Label(num_top_classes=3),
|
|
|
|
| 23 |
|
| 24 |
# 4. Interface Gradio
|
| 25 |
gr.Interface(
|
| 26 |
+
theme = 'shivi/calm_seafoam',
|
| 27 |
fn=predict,
|
| 28 |
inputs=gr.Image(type="pil"),
|
| 29 |
outputs=gr.Label(num_top_classes=3),
|