haoheliu commited on
Commit
db19271
1 Parent(s): d2925a9

update terms

Browse files
Files changed (2) hide show
  1. README.md +8 -0
  2. app.py +1 -1
README.md CHANGED
@@ -11,3 +11,11 @@ license: bigscience-openrail-m
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ ## Reference
16
+ Part of the code from this repo is borrowed from the following repos. We would like to thank the authors of them for their contribution.
17
+
18
+ > https://github.com/LAION-AI/CLAP
19
+ > https://github.com/CompVis/stable-diffusion
20
+ > https://github.com/v-iashin/SpecVQGAN
21
+ > https://github.com/toshas/torch-fidelity
app.py CHANGED
@@ -226,10 +226,10 @@ with iface:
226
  """
227
  <div class="acknowledgments">
228
  <p> We build the model with data from <a href="http://research.google.com/audioset/">AudioSet</a>, <a href="https://freesound.org/">Freesound</a> and <a href="https://sound-effects.bbcrewind.co.uk/">BBC Sound Effect library</a>. We share this demo based on the <a href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/375954/Research.pdf">UK copyright exception</a> of data for academic research. </p>
229
- <p>This demo is strictly for research demo purpose only. For commercial use please <a href="haoheliu@gmail.com">contact us</a>.</p>
230
  </div>
231
  """
232
  )
 
233
 
234
  iface.queue(concurrency_count = 2)
235
  iface.launch(debug=True)
 
226
  """
227
  <div class="acknowledgments">
228
  <p> We build the model with data from <a href="http://research.google.com/audioset/">AudioSet</a>, <a href="https://freesound.org/">Freesound</a> and <a href="https://sound-effects.bbcrewind.co.uk/">BBC Sound Effect library</a>. We share this demo based on the <a href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/375954/Research.pdf">UK copyright exception</a> of data for academic research. </p>
 
229
  </div>
230
  """
231
  )
232
+ # <p>This demo is strictly for research demo purpose only. For commercial use please <a href="haoheliu@gmail.com">contact us</a>.</p>
233
 
234
  iface.queue(concurrency_count = 2)
235
  iface.launch(debug=True)