Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ def classify_image(img):
|
|
| 12 |
|
| 13 |
image = components.Image(shape=(192, 192))
|
| 14 |
label = components.Label()
|
|
|
|
| 15 |
|
| 16 |
intf = Interface(
|
| 17 |
fn=classify_image, inputs=[image], outputs=[label], examples=examples
|
|
|
|
| 12 |
|
| 13 |
image = components.Image(shape=(192, 192))
|
| 14 |
label = components.Label()
|
| 15 |
+
a = 1
|
| 16 |
|
| 17 |
intf = Interface(
|
| 18 |
fn=classify_image, inputs=[image], outputs=[label], examples=examples
|