Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zmbfeng
/
text_to_speech_sync_video
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c44a080
text_to_speech_sync_video
/
app.py
zmbfeng
move app.py to right location
cf02b2c
12 months 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)