GrandaddyShmax commited on
Commit
b0d9cc0
1 Parent(s): e4ba93b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -288,7 +288,13 @@ def ui_full(launch_kwargs):
288
  """
289
  # MusicGen+ V1.2.3 (HuggingFace Version)
290
 
291
- **Disclaimer:** This will not run on CPU only. Its best to clone this App and run on GPU instance!
 
 
 
 
 
 
292
 
293
  Thanks to: facebookresearch, Camenduru, rkfg and GrandaddyShmax
294
  """
 
288
  """
289
  # MusicGen+ V1.2.3 (HuggingFace Version)
290
 
291
+ #### **Disclaimer:** This will not run on CPU only. Its best to clone this App and run on GPU instance!
292
+
293
+ **Alternatively**, you can run this for free on a google colab:
294
+ https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_ClownOfMadness_plus_colab.ipynb
295
+
296
+ **Or**, run this locally on your PC:
297
+ https://github.com/GrandaddyShmax/audiocraft_plus/tree/plus
298
 
299
  Thanks to: facebookresearch, Camenduru, rkfg and GrandaddyShmax
300
  """