Spaces:
Runtime error
Runtime error
hrishikesh
commited on
Commit
·
1925cff
1
Parent(s):
9f9fc69
Update app.py
Browse files
app.py
CHANGED
@@ -1,19 +1,7 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
-
"""Image & Music Generator.ipynb
|
3 |
|
4 |
-
Automatically generated by Colaboratory.
|
5 |
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/drive/1TBH0E9wF716_A8o_yT68mSp_IFnb14_F
|
8 |
-
"""
|
9 |
|
10 |
-
!nvidia-smi
|
11 |
|
12 |
-
pip install accelerate
|
13 |
-
|
14 |
-
!pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+189828c.d20221207-cp38-cp38-linu
|
15 |
-
|
16 |
-
! pip install -U transformers diffusers gradio ftfy pydub -q
|
17 |
|
18 |
!wget https://raw.githubusercontent.com/hmartiro/riffusion-inference/main/riffusion/audio.py
|
19 |
|
|
|
|
|
|
|
1 |
|
|
|
2 |
|
|
|
|
|
|
|
3 |
|
|
|
4 |
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
!wget https://raw.githubusercontent.com/hmartiro/riffusion-inference/main/riffusion/audio.py
|
7 |
|