An open API service indexing awesome lists of open source software.

https://github.com/andreaschandra/learn-hf-spaces

Code base for learning huggingface spaces
https://github.com/andreaschandra/learn-hf-spaces

Last synced: 8 months ago
JSON representation

Code base for learning huggingface spaces

Awesome Lists containing this project

README

          

---
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
```