Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,16 @@ def update_textbox(event_name, current_text):
|
|
58 |
with gr.Blocks() as demo:
|
59 |
with gr.Row():
|
60 |
gr.Markdown("## PicoAudio")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
with gr.Row():
|
62 |
description_text = f"18 events supported:"
|
63 |
gr.Markdown(description_text)
|
|
|
58 |
with gr.Blocks() as demo:
|
59 |
with gr.Row():
|
60 |
gr.Markdown("## PicoAudio")
|
61 |
+
with gr.Row():
|
62 |
+
gr.Markdown("""
|
63 |
+
[](https://arxiv.org/abs/2407.02869v2)
|
64 |
+
|
65 |
+
[](https://zeyuxie29.github.io/PicoAudio.github.io/)
|
66 |
+
|
67 |
+
[](https://github.com/zeyuxie29/PicoAudio)
|
68 |
+
|
69 |
+
[](https://huggingface.co/datasets/ZeyuXie/PicoAudio)
|
70 |
+
""")
|
71 |
with gr.Row():
|
72 |
description_text = f"18 events supported:"
|
73 |
gr.Markdown(description_text)
|