Spaces:
Build error
Build error
Commit ·
621fcb8
1
Parent(s): d615429
update events
Browse files
app.py
CHANGED
|
@@ -236,9 +236,8 @@ with demo:
|
|
| 236 |
label="Record from microphone",
|
| 237 |
)
|
| 238 |
|
| 239 |
-
microphone_output = gr.Dataframe(headers=["Event", "Probability"])
|
| 240 |
-
|
| 241 |
record_button = gr.Button("Submit for recognition")
|
|
|
|
| 242 |
recorded_html_info = gr.HTML(label="Info")
|
| 243 |
|
| 244 |
gr.Examples(
|
|
|
|
| 236 |
label="Record from microphone",
|
| 237 |
)
|
| 238 |
|
|
|
|
|
|
|
| 239 |
record_button = gr.Button("Submit for recognition")
|
| 240 |
+
microphone_output = gr.Dataframe(headers=["Event", "Probability"])
|
| 241 |
recorded_html_info = gr.HTML(label="Info")
|
| 242 |
|
| 243 |
gr.Examples(
|