Spaces:
Runtime error
Runtime error
change app.py and add cat.jpg
Browse files
app.py
CHANGED
|
@@ -40,6 +40,7 @@ examples = [
|
|
| 40 |
['dog2.jpg'],
|
| 41 |
['cat3.jpg'],
|
| 42 |
['dog3.jpg'],
|
|
|
|
| 43 |
]
|
| 44 |
interpretation = 'default'
|
| 45 |
enable_queue = True
|
|
@@ -54,7 +55,7 @@ iface = gr.Interface(
|
|
| 54 |
article=article,
|
| 55 |
inputs=image,
|
| 56 |
outputs=label,
|
| 57 |
-
|
| 58 |
examples=examples,
|
| 59 |
interpretation=interpretation,
|
| 60 |
enable_queue=enable_queue
|
|
|
|
| 40 |
['dog2.jpg'],
|
| 41 |
['cat3.jpg'],
|
| 42 |
['dog3.jpg'],
|
| 43 |
+
['cat4.jpg'],
|
| 44 |
]
|
| 45 |
interpretation = 'default'
|
| 46 |
enable_queue = True
|
|
|
|
| 55 |
article=article,
|
| 56 |
inputs=image,
|
| 57 |
outputs=label,
|
| 58 |
+
theme="grass",
|
| 59 |
examples=examples,
|
| 60 |
interpretation=interpretation,
|
| 61 |
enable_queue=enable_queue
|
cat4.jpg
ADDED
|