ashwml commited on
Commit
0f49c3a
·
1 Parent(s): 8515673

Update app.py

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