hf-lin commited on
Commit
19d4c67
1 Parent(s): fc9a57c

delete fuse

Browse files
Files changed (2) hide show
  1. app.py +7 -4
  2. 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
- f"<h1><center>Chat Musician</center></h1>"
186
  )
187
-
188
  gr.Markdown("""\
189
- <center><font size=4>ChatMusician <a href="https://huggingface.co/m-a-p/ChatMusician-v1-sft-78k">🤗</a>&nbsp
190
- &nbsp<a href="https://github.com/a43992899/Chat-Musician">Github</a></center>""")
 
 
 
 
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>&nbsp |
189
+ &nbsp<a href="https://github.com/hf-lin/ChatMusician">💻 Github</a></center>&nbsp |
190
+ &nbsp<a href="http://arxiv.org/abs/2402.16153">📖 arXiv</a></center>&nbsp |
191
+ &nbsp<a href="https://huggingface.co/datasets/m-a-p/MusicTheoryBench">🤗 Benchmark</a></center>&nbsp |
192
+ &nbsp<a href="https://huggingface.co/datasets/m-a-p/MusicPile">🤗 Pretrain Dataset</a></center>&nbsp |
193
+ &nbsp<a href="https://huggingface.co/datasets/m-a-p/MusicPile-sft">🤗 SFT Dataset</a></center>&nbsp |""")
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