Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|