Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lkhphuc
/
test-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
322664c
test-space
/
app.py
lkhphuc
show jax device
de0a610
over 3 years ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
streamlit
as
st
import
jax
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)
st.write(jax.device_count())