Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ enable_queue = True
|
|
18 |
|
19 |
gr.Interface(
|
20 |
fn=predict,
|
21 |
-
inputs=gr.Image(
|
22 |
outputs=gr.Label(num_top_classes=1),
|
23 |
title=title,
|
24 |
description=description,
|
|
|
18 |
|
19 |
gr.Interface(
|
20 |
fn=predict,
|
21 |
+
inputs=gr.Image(),
|
22 |
outputs=gr.Label(num_top_classes=1),
|
23 |
title=title,
|
24 |
description=description,
|