Commit ·
b4a016b
1
Parent(s): 845117d
still initial commit
Browse files
README.md
CHANGED
|
@@ -1,13 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# ⛏️ Minecraft Spatial Voxel Filter
|
| 13 |
-
Real-time video stream processing pipeline using FastRTC and Modal serverless environments.
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Minecraftify
|
| 3 |
+
emoji: ⚡
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.18.0
|
| 8 |
+
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
+
license: apache-2.0
|
| 12 |
+
short_description: Mincraftify converts all images into mc-style LIVE!
|
| 13 |
---
|
| 14 |
|
| 15 |
# ⛏️ Minecraft Spatial Voxel Filter
|
| 16 |
+
Real-time video stream processing pipeline using FastRTC and Modal serverless environments.
|
| 17 |
+
|
| 18 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|