Spaces:
Sleeping
Sleeping
Commit ·
2a31874
1
Parent(s): b8e722e
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,5 +17,5 @@ def classify_image(image):
|
|
| 17 |
|
| 18 |
interface = gr.Interface(fn=classify_image,
|
| 19 |
inputs='image',
|
| 20 |
-
examples=['
|
| 21 |
outputs='label').launch()
|
|
|
|
| 17 |
|
| 18 |
interface = gr.Interface(fn=classify_image,
|
| 19 |
inputs='image',
|
| 20 |
+
examples=['flowers-1.jpg', 'flowers-2.jpg'],
|
| 21 |
outputs='label').launch()
|