Spaces:
Running
on
Zero
Running
on
Zero
Attempt hosting git main code in spaces
Browse files- app.py +3 -0
- README.md β readme.md +6 -6
- requirements.txt +4 -0
app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
from DepthFlow.Webui import DepthGradio
|
2 |
+
|
3 |
+
DepthGradio().launch()
|
README.md β readme.md
RENAMED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
title: DepthFlow
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
|
8 |
app_file: app.py
|
9 |
-
|
|
|
10 |
license: agpl-3.0
|
11 |
short_description: Image to β 2.5D Parallax Effect Video
|
12 |
---
|
13 |
|
14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: DepthFlow
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
python_version: "3.13"
|
8 |
app_file: app.py
|
9 |
+
app_port: 7860
|
10 |
+
pinned: true
|
11 |
license: agpl-3.0
|
12 |
short_description: Image to β 2.5D Parallax Effect Video
|
13 |
---
|
14 |
|
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
broken-source @ git+https://github.com/BrokenSource/BrokenSource@main
|
2 |
+
shaderflow @ git+https://github.com/BrokenSource/ShaderFlow@main
|
3 |
+
depthflow @ git+https://github.com/BrokenSource/DepthFlow@main
|
4 |
+
torch==2.6.0
|