Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
GeetaDesai
/
gmd-repo
like
0
PEFT
arxiv:
1910.09700
Model card
Files
Files and versions
Community
Use this model
main
gmd-repo
/
app.py
GeetaDesai
app file
ad86bf7
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)