AIMLSam commited on
Commit
f84be12
·
verified ·
1 Parent(s): 59ecc06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def predict(img):
17
  # Create the Gradio interface
18
  iface = gr.Interface(
19
  fn=predict,
20
- inputs=gr.Image(shape=(224, 224)),
21
  outputs="text"
22
  )
23
 
 
17
  # Create the Gradio interface
18
  iface = gr.Interface(
19
  fn=predict,
20
+ inputs=gr.Image(),
21
  outputs="text"
22
  )
23