Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,4 +90,5 @@ def classify(image):
|
|
90 |
gradio.Interface(fn=classify,
|
91 |
inputs=gradio.inputs.Image(shape=(224,224), image_mode='RGB', source='upload', tool='editor', type='pil', label=None, optional=False),
|
92 |
outputs=gradio.outputs.Label(num_top_classes=5, type='confidences'),
|
|
|
93 |
allow_flagging='never').launch()
|
|
|
90 |
gradio.Interface(fn=classify,
|
91 |
inputs=gradio.inputs.Image(shape=(224,224), image_mode='RGB', source='upload', tool='editor', type='pil', label=None, optional=False),
|
92 |
outputs=gradio.outputs.Label(num_top_classes=5, type='confidences'),
|
93 |
+
theme='huggingface',
|
94 |
allow_flagging='never').launch()
|