Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
rbarman
/
Audio_Separation_Spleeter
like
22
Runtime error
App
Files
Files
Community
e62200f
Audio_Separation_Spleeter
/
app.py
rbarman
Create app.py
e62200f
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)