Spaces:
Runtime error
Runtime error
updated examples code
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ gr.Interface(
|
|
144 |
fn=classify_image,
|
145 |
inputs=image,
|
146 |
outputs=label,
|
147 |
-
|
148 |
theme = "huggingface",
|
149 |
interpretation="default"
|
150 |
).launch()
|
|
|
144 |
fn=classify_image,
|
145 |
inputs=image,
|
146 |
outputs=label,
|
147 |
+
examples = [["idli.jpg"], ["naan.jpg"]],
|
148 |
theme = "huggingface",
|
149 |
interpretation="default"
|
150 |
).launch()
|