Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -57,6 +57,13 @@ git clone https://github.com/Tencent/DepthCrafter.git
|
|
57 |
pip install -r requirements.txt
|
58 |
```
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
## π€ Model Zoo
|
61 |
[DepthCrafter](https://huggingface.co/tencent/DepthCrafter) is available in the Hugging Face Model Hub.
|
62 |
|
@@ -89,11 +96,7 @@ pip install -r requirements.txt
|
|
89 |
python run.py --video-path examples/example_01.mp4 --max-res 512 --num-inference-steps 4 --guidance-scale 1.0
|
90 |
```
|
91 |
|
92 |
-
|
93 |
-
We provide a local Gradio demo for DepthCrafter, which can be launched by running:
|
94 |
-
```bash
|
95 |
-
gradio app.py
|
96 |
-
```
|
97 |
|
98 |
## π€ Contributing
|
99 |
- Welcome to open issues and pull requests.
|
|
|
57 |
pip install -r requirements.txt
|
58 |
```
|
59 |
|
60 |
+
## π€ Gradio Demo
|
61 |
+
- Online demo: [DepthCrafter](https://huggingface.co/spaces/tencent/DepthCrafter)
|
62 |
+
- Local demo:
|
63 |
+
```bash
|
64 |
+
gradio app.py
|
65 |
+
```
|
66 |
+
|
67 |
## π€ Model Zoo
|
68 |
[DepthCrafter](https://huggingface.co/tencent/DepthCrafter) is available in the Hugging Face Model Hub.
|
69 |
|
|
|
96 |
python run.py --video-path examples/example_01.mp4 --max-res 512 --num-inference-steps 4 --guidance-scale 1.0
|
97 |
```
|
98 |
|
99 |
+
|
|
|
|
|
|
|
|
|
100 |
|
101 |
## π€ Contributing
|
102 |
- Welcome to open issues and pull requests.
|