Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Innosphere-AI-organization
/
pixtral-demo
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
699e935
pixtral-demo
/
app.py
alexandraroze
dockerfile
f11a85d
4 months ago
raw
Copy download link
history
blame
Safe
69 Bytes
# streamlit example
import
streamlit
as
st
st.title(
'Hello World!'
)