Spaces:
Runtime error
Runtime error
Commit
·
17ade42
1
Parent(s):
72eae77
Update app.py
Browse files
app.py
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
|
2 |
|
3 |
import streamlit as st
|
4 |
|
5 |
x = st.slider('Select a value')
|
6 |
st.write(x, 'squared is', x * x)
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
|
12 |
pip install git+https://github.com/facebookresearch/audiocraft.git
|
13 |
|
|
|
1 |
+
git clone https://huggingface.co/spaces/DanLeBossDeESGI/Musica
|
2 |
|
3 |
import streamlit as st
|
4 |
|
5 |
x = st.slider('Select a value')
|
6 |
st.write(x, 'squared is', x * x)
|
7 |
|
8 |
+
git add app.py
|
9 |
+
git commit -m "Add application file"
|
10 |
+
git push
|
11 |
|
12 |
pip install git+https://github.com/facebookresearch/audiocraft.git
|
13 |
|