guru001 commited on
Commit
6741cd0
1 Parent(s): 2cba774

shape removed

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ demo = gr.Interface(
35
  description = description,
36
  article = article,
37
  fn=predict,
38
- inputs = gr.Image(shape=(200, 200)),
39
- outputs = gr.Image(shape=(200, 200)),
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'],