Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,10 +120,9 @@ description = "final capstone"
|
|
120 |
|
121 |
# inputs=gr.inputs.Image(type="pil")
|
122 |
|
123 |
-
iface = gr.Interface(
|
124 |
-
gr.Image(type="pil"),
|
125 |
-
outputs
|
126 |
-
)
|
127 |
|
128 |
|
129 |
|
|
|
120 |
|
121 |
# inputs=gr.inputs.Image(type="pil")
|
122 |
|
123 |
+
iface = gr.Interface(predict_event,
|
124 |
+
gr.Image(type="pil"),
|
125 |
+
outputs=["text"] )
|
|
|
126 |
|
127 |
|
128 |
|