dorienh commited on
Commit
4d296a7
·
verified ·
1 Parent(s): 4fa82ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -234,7 +234,9 @@ with gr.Blocks(title="SonicMaster – Text-Guided Restoration & Mastering", fill
234
  "Upload audio or pick an example, write a prompt (or leave blank), then click **Enhance**.\n"
235
  "If left blank, we'll use a generic prompt: _Enhance the input audio_.\n"
236
  "- First run downloads model weights (progress will show).\n"
237
- "- The enhanced audio may take a few seconds to appear after processing. Please wait until the output loads."
 
 
238
  )
239
  with gr.Row():
240
  with gr.Column(scale=1):
 
234
  "Upload audio or pick an example, write a prompt (or leave blank), then click **Enhance**.\n"
235
  "If left blank, we'll use a generic prompt: _Enhance the input audio_.\n"
236
  "- First run downloads model weights (progress will show).\n"
237
+ "- The enhanced audio may take a few seconds to appear after processing. Please wait until the output loads.\n"
238
+ "\n"
239
+ "If you enjoy this model, please cite [our paper](https://huggingface.co/papers/2508.03448). "
240
  )
241
  with gr.Row():
242
  with gr.Column(scale=1):