Spaces:
Sleeping
Sleeping
File size: 423 Bytes
5875706 235b994 5875706 cc9d4a6 235b994 e559136 235b994 5875706 7cb32df a97bf7c 4ceee4a a97bf7c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
title: HF Spaces
emoji: 🤖
colorFrom: pink
colorTo: purple
sdk: docker
app_port: 7860
suggested_hardware: cpu-basic
short_description: Code base for learning huggingface spaces
pinned: false
---
# learn-hf-spaces
Code base for learning huggingface spaces
Using gradio
```
sdk: gradio
sdk_version: 5.9.1
```
Using streamlit
```
sdk: streamlit
sdk_version: 1.41.0
```
Using docker
```
sdk: docker
app_port: 7860
``` |