Spaces:
Runtime error
Runtime error
Laks Srini
commited on
Commit
•
c83ea29
1
Parent(s):
6d7a35a
Fix type
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ examples = [
|
|
39 |
intf = gr.Interface(
|
40 |
fn=classify_img,
|
41 |
inputs=[
|
42 |
-
gr.components.Image(
|
43 |
gr.components.Checkbox(label="Use conv model", value=False),
|
44 |
],
|
45 |
outputs=[
|
|
|
39 |
intf = gr.Interface(
|
40 |
fn=classify_img,
|
41 |
inputs=[
|
42 |
+
gr.components.Image(shape=(640, 480)),
|
43 |
gr.components.Checkbox(label="Use conv model", value=False),
|
44 |
],
|
45 |
outputs=[
|