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
- Host: GitHub
- URL: https://github.com/andreaschandra/learn-hf-spaces
- Owner: andreaschandra
- License: mit
- Created: 2024-12-30T12:16:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T03:25:19.000Z (over 1 year ago)
- Last Synced: 2025-02-22T04:58:27.372Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```