Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def classify_madness(img):
|
|
| 11 |
intf = gr.Interface(fn=classify_madness,
|
| 12 |
inputs=gr.Image(shape=(192, 192)),
|
| 13 |
outputs=gr.Label(),
|
| 14 |
-
examples=['auditor.jpg', 'hank.jpg', 'tricky.jpg', 'jeb.jpg', 'sanford.jpg', '
|
| 15 |
intf.launch(inline=False)
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
intf = gr.Interface(fn=classify_madness,
|
| 12 |
inputs=gr.Image(shape=(192, 192)),
|
| 13 |
outputs=gr.Label(),
|
| 14 |
+
examples=['auditor.jpg', 'hank.jpg', 'tricky.jpg', 'jeb.jpg', 'sanford.jpg', 'deimos.jpg'])
|
| 15 |
intf.launch(inline=False)
|
| 16 |
|
| 17 |
|