Tremeschin commited on
Commit
5faf826
Β·
unverified Β·
1 Parent(s): 1bdaec8

Attempt hosting git main code in spaces

Browse files
Files changed (3) hide show
  1. app.py +3 -0
  2. README.md β†’ readme.md +6 -6
  3. 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: yellow
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.44.1
8
  app_file: app.py
9
- pinned: false
 
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