Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Greys
/
milstone2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
68826e9
milstone2
/
app.py
Gregoryjr
Update app.py
68826e9
unverified
over 2 years ago
raw
Copy download link
history
blame
Safe
166 Bytes
import
streamlit
as
st
from
transformers
import
pipeline
st.title(
"Milestone #2"
)
model_name = st.text_input(
"which model do you want to use?"
)
st.button(
"submit"
)