DrChamyoung commited on
Commit
7c84722
·
verified ·
1 Parent(s): 90be268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ enable_queue=True
38
  #
39
  inter = gr.Interface(
40
  fn=predict,
41
- inputs=gr.inputs.Image(shape=(512, 512)),
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,