Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ enable_queue=True
|
|
38 |
#
|
39 |
inter = gr.Interface(
|
40 |
fn=predict,
|
41 |
-
inputs=gr.
|
42 |
outputs=gr.outputs.Label(),
|
43 |
title=title,
|
44 |
description=description,
|
|
|
38 |
#
|
39 |
inter = gr.Interface(
|
40 |
fn=predict,
|
41 |
+
inputs=gr.Image(shape=(512, 512)),
|
42 |
outputs=gr.outputs.Label(),
|
43 |
title=title,
|
44 |
description=description,
|