Spaces:
Running
Running
Commit
·
30bc01b
1
Parent(s):
68b799c
update events
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ with demo:
|
|
213 |
)
|
214 |
upload_button = gr.Button("Submit for recognition")
|
215 |
|
216 |
-
upload_output =
|
217 |
uploaded_html_info = gr.HTML(label="Info")
|
218 |
|
219 |
gr.Examples(
|
|
|
213 |
)
|
214 |
upload_button = gr.Button("Submit for recognition")
|
215 |
|
216 |
+
upload_output = gr.Dataframe(headers=["Event", "Probability"])
|
217 |
uploaded_html_info = gr.HTML(label="Info")
|
218 |
|
219 |
gr.Examples(
|