Spaces:
Sleeping
Sleeping
File size: 291 Bytes
21415e4 6766c80 21415e4 bcd771c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
title: Hf Repo Info
emoji: 🏆
colorFrom: purple
colorTo: purple
sdk: docker
pinned: false
app_port: 8080
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
docker build -t my_streamlit_app .
docker run -p 8080:8080 my_streamlit_app
|