Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -15,7 +15,7 @@ for example in examples:
|
|
15 |
tmp_output_dir = "outputs"
|
16 |
os.makedirs(tmp_output_dir, exist_ok=True)
|
17 |
title = ("# [Stable Video Diffusion](ttps://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt) with [InstructIR as Upscaler](https://huggingface.co/spaces/marcosv/InstructIR)\n"
|
18 |
-
"The demo is part of [panna](https://github.com/
|
19 |
|
20 |
|
21 |
@spaces.GPU(duration=120)
|
|
|
15 |
tmp_output_dir = "outputs"
|
16 |
os.makedirs(tmp_output_dir, exist_ok=True)
|
17 |
title = ("# [Stable Video Diffusion](ttps://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt) with [InstructIR as Upscaler](https://huggingface.co/spaces/marcosv/InstructIR)\n"
|
18 |
+
"The demo is part of [panna](https://github.com/asahi417/panna) project.")
|
19 |
|
20 |
|
21 |
@spaces.GPU(duration=120)
|
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
https://gradio-builds.s3.amazonaws.com/756e3431d65172df986a7e335dce8136206a293a/gradio-4.7.1-py3-none-any.whl
|
|
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
transformers
|
4 |
accelerate
|
5 |
safetensors
|
6 |
opencv-python
|
7 |
uuid
|
8 |
-
panna>=0.0.
|
|
|
1 |
https://gradio-builds.s3.amazonaws.com/756e3431d65172df986a7e335dce8136206a293a/gradio-4.7.1-py3-none-any.whl
|
2 |
+
git+https://github.com/rwightman/pytorch-image-models.git
|
3 |
git+https://github.com/huggingface/diffusers.git
|
4 |
transformers
|
5 |
accelerate
|
6 |
safetensors
|
7 |
opencv-python
|
8 |
uuid
|
9 |
+
panna>=0.0.4
|