mrfakename commited on
Commit
353a56a
1 Parent(s): bcf0db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -553,7 +553,7 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}
553
  if CITATION_TEXT:
554
  with gr.Row():
555
  with gr.Accordion("Citation", open=False):
556
- gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```")
557
 
558
 
559
  demo.queue(api_open=False).launch(show_api=False)
 
553
  if CITATION_TEXT:
554
  with gr.Row():
555
  with gr.Accordion("Citation", open=False):
556
+ gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```\n\nPlease remember that all generated audio clips should be assumed unsuitable for redistribution or commercial use.")
557
 
558
 
559
  demo.queue(api_open=False).launch(show_api=False)