Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
zmbfeng/text_to_speech_sync_video
TDN-M
/
text_to_speech_sync_video
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
15f8c55
text_to_speech_sync_video
/
app.py
zmbfeng
move app.py to right location
cf02b2c
9 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)