Spaces:
Running
Running
Upload README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Voxel Model Viewer
|
2 |
|
3 |
A web application built with Gradio that allows users to view and interact with 3D voxel models in .vox format.
|
|
|
1 |
+
---
|
2 |
+
title: Voxel Model Viewer
|
3 |
+
emoji: 🎲
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.7.1"
|
8 |
+
app_file: viewer.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Voxel Model Viewer
|
13 |
|
14 |
A web application built with Gradio that allows users to view and interact with 3D voxel models in .vox format.
|