Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,4 +90,4 @@ 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='auto'),
|
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='auto'),
|
93 |
+
allow_flagging='never').launch()
|