Spaces:
Build error
Build error
wsntxxn
commited on
Commit
·
f729a94
1
Parent(s):
487e498
Update arxiv and code link
Browse files
app.py
CHANGED
|
@@ -77,6 +77,15 @@ def change_model(radio):
|
|
| 77 |
|
| 78 |
|
| 79 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
with gr.Row():
|
| 81 |
with gr.Column():
|
| 82 |
radio = gr.Radio(
|
|
|
|
| 77 |
|
| 78 |
|
| 79 |
with gr.Blocks() as demo:
|
| 80 |
+
with gr.Row():
|
| 81 |
+
gr.Markdown("# Lightweight EfficientNetB2-Transformer Audio Captioning")
|
| 82 |
+
|
| 83 |
+
with gr.Row():
|
| 84 |
+
gr.Markdown("""
|
| 85 |
+
[](https://arxiv.org/abs/2407.14329)
|
| 86 |
+
|
| 87 |
+
[](https://github.com/wsntxxn/AudioCaption?tab=readme-ov-file#lightweight-effb2-transformer-model)
|
| 88 |
+
""")
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
radio = gr.Radio(
|