Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,6 +118,8 @@ examples = [
|
|
118 |
"test_images/unknown_19.jpg",
|
119 |
]
|
120 |
|
|
|
|
|
121 |
iface = gr.Interface(fn=recognize_image,
|
122 |
inputs=image,
|
123 |
outputs=label,
|
|
|
118 |
"test_images/unknown_19.jpg",
|
119 |
]
|
120 |
|
121 |
+
website = "website"
|
122 |
+
|
123 |
iface = gr.Interface(fn=recognize_image,
|
124 |
inputs=image,
|
125 |
outputs=label,
|