ashwml commited on
Commit
f66521e
·
1 Parent(s): 5ef6085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -121,7 +121,8 @@ description = "final capstone"
121
  # inputs=gr.inputs.Image(type="pil")
122
 
123
  iface = gr.Interface(predict_event,
124
- gr.Image(type="pil"),
 
125
  outputs=["text"] )
126
 
127
 
 
121
  # inputs=gr.inputs.Image(type="pil")
122
 
123
  iface = gr.Interface(predict_event,
124
+ inputs=["image"],
125
+ # gr.Image(type="pil"),
126
  outputs=["text"] )
127
 
128