Spaces:
Runtime error
Runtime error
hf-lin
commited on
Commit
•
19d4c67
1
Parent(s):
fc9a57c
delete fuse
Browse files- app.py +7 -4
- packages.txt +0 -1
app.py
CHANGED
@@ -182,12 +182,15 @@ def _launch_demo(model, tokenizer):
|
|
182 |
with gr.Blocks() as demo:
|
183 |
conversation_id = gr.State(get_uuid)
|
184 |
gr.Markdown(
|
185 |
-
|
186 |
)
|
187 |
-
|
188 |
gr.Markdown("""\
|
189 |
-
<center><font size=4
|
190 |
-
 <a href="https://github.com/
|
|
|
|
|
|
|
|
|
191 |
gr.Markdown("""\
|
192 |
<center><font size=4>💡Note: The music clips on this page is auto-converted from abc notations which may not be perfect,
|
193 |
and we recommend using better software for analysis.</center>""")
|
|
|
182 |
with gr.Blocks() as demo:
|
183 |
conversation_id = gr.State(get_uuid)
|
184 |
gr.Markdown(
|
185 |
+
"""<h1><center>Chat Musician</center></h1>"""
|
186 |
)
|
|
|
187 |
gr.Markdown("""\
|
188 |
+
<center><font size=4><a href="https://ezmonyi.github.io/ChatMusician/">🌐 DemoPage</a>  |
|
189 |
+
 <a href="https://github.com/hf-lin/ChatMusician">💻 Github</a></center>  |
|
190 |
+
 <a href="http://arxiv.org/abs/2402.16153">📖 arXiv</a></center>  |
|
191 |
+
 <a href="https://huggingface.co/datasets/m-a-p/MusicTheoryBench">🤗 Benchmark</a></center>  |
|
192 |
+
 <a href="https://huggingface.co/datasets/m-a-p/MusicPile">🤗 Pretrain Dataset</a></center>  |
|
193 |
+
 <a href="https://huggingface.co/datasets/m-a-p/MusicPile-sft">🤗 SFT Dataset</a></center>  |""")
|
194 |
gr.Markdown("""\
|
195 |
<center><font size=4>💡Note: The music clips on this page is auto-converted from abc notations which may not be perfect,
|
196 |
and we recommend using better software for analysis.</center>""")
|
packages.txt
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
fuse
|
2 |
libfuse2
|
|
|
|
|
1 |
libfuse2
|