Spaces:
Sleeping
Sleeping
shape removed
Browse files
app.py
CHANGED
@@ -35,8 +35,8 @@ demo = gr.Interface(
|
|
35 |
description = description,
|
36 |
article = article,
|
37 |
fn=predict,
|
38 |
-
inputs = gr.Image(
|
39 |
-
outputs = gr.Image(
|
40 |
examples=["dog-cycle-car.png"]
|
41 |
# allow_flagging = "manual",
|
42 |
# flagging_options = ['recule', 'tournedroite', 'arretetoi', 'tournegauche', 'gauche', 'avance', 'droite'],
|
|
|
35 |
description = description,
|
36 |
article = article,
|
37 |
fn=predict,
|
38 |
+
inputs = gr.Image(),
|
39 |
+
outputs = gr.Image(),
|
40 |
examples=["dog-cycle-car.png"]
|
41 |
# allow_flagging = "manual",
|
42 |
# flagging_options = ['recule', 'tournedroite', 'arretetoi', 'tournegauche', 'gauche', 'avance', 'droite'],
|