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