Spaces:
Runtime error
Runtime error
Commit ·
70b5686
1
Parent(s): 305a9c8
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,8 +34,8 @@ def classify_image(img):
|
|
| 34 |
# %% app.ipynb 4
|
| 35 |
image=gr.inputs.Image(shape=(512,512))
|
| 36 |
label=gr.outputs.Label()
|
| 37 |
-
examples=['1.
|
| 38 |
-
'8.jpeg','9.
|
| 39 |
|
| 40 |
|
| 41 |
interface=gr.Interface(fn=classify_image, inputs=image ,outputs=label,examples=examples)
|
|
|
|
| 34 |
# %% app.ipynb 4
|
| 35 |
image=gr.inputs.Image(shape=(512,512))
|
| 36 |
label=gr.outputs.Label()
|
| 37 |
+
examples=['1.jpg','10.jpg','2.jpeg','9.jpg','3.jpg','4.jpg','5.jpg','6.png','7.jpg',
|
| 38 |
+
'8.jpeg','9.jpg','b.jpg','d.jpg','f.jpg','e.jpg']
|
| 39 |
|
| 40 |
|
| 41 |
interface=gr.Interface(fn=classify_image, inputs=image ,outputs=label,examples=examples)
|