wbhu-tc commited on
Commit
f8f2947
Β·
unverified Β·
1 Parent(s): b07fbdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
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
- ## πŸ€– Gradio Demo
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.