Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SUSSYMANBI
/
7B-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e093df7
7B-test
/
app.py
SUSSYMANBI
Update app.py
e093df7
almost 2 years ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
streamlit
as
st
st.title(
"7B demo"
)
x = st.text(
"7B"
)
x = st.slider(
"num of segments"
)