ZeyuXie commited on
Commit
f342085
·
verified ·
1 Parent(s): 0751249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2407.02869v2-brightgreen.svg?style=flat-square)](https://arxiv.org/abs/2407.02869v2)
64
+
65
+ [![githubio](https://img.shields.io/badge/GitHub.io-Audio_Samples-blue?logo=Github&style=flat-square)](https://zeyuxie29.github.io/PicoAudio.github.io/)
66
+
67
+ [![github](https://img.shields.io/badge/GitHub-Code-blue?logo=Github&style=flat-square)](https://github.com/zeyuxie29/PicoAudio)
68
+
69
+ [![Hugging Face data](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Dataset-blue)](https://huggingface.co/datasets/ZeyuXie/PicoAudio)
70
+ """)
71
  with gr.Row():
72
  description_text = f"18 events supported:"
73
  gr.Markdown(description_text)