ashwml commited on
Commit
356967f
·
1 Parent(s): 5a4b53d

Update app.py

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