Spaces:
Build error
Build error
blank target for a tag
Browse files- .gitignore +2 -1
- app.py +1 -1
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
data/*
|
2 |
-
gradio_queue.db
|
|
|
|
1 |
data/*
|
2 |
+
gradio_queue.db
|
3 |
+
data
|
app.py
CHANGED
@@ -125,7 +125,7 @@ with block:
|
|
125 |
push.click(push_record, inputs=[],outputs=output_result)
|
126 |
|
127 |
with gr.TabItem('Listen') as listen_tab:
|
128 |
-
gr.Markdown("Listen to the recordings contributed. You can find them
|
129 |
listen = gr.Button("Listen")
|
130 |
listen.click(display_records,inputs=[],outputs=gr.outputs.HTML() )
|
131 |
|
|
|
125 |
push.click(push_record, inputs=[],outputs=output_result)
|
126 |
|
127 |
with gr.TabItem('Listen') as listen_tab:
|
128 |
+
gr.Markdown("Listen to the recordings contributed. You can find them <a href='https://huggingface.co/datasets/chrisjay/crowd-speech-africa' target='blank'>here</a>.")
|
129 |
listen = gr.Button("Listen")
|
130 |
listen.click(display_records,inputs=[],outputs=gr.outputs.HTML() )
|
131 |
|