Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
61ea780
1
Parent(s):
d3cb9a3
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ from src.config.argument_config import ArgumentConfig
|
|
14 |
from src.config.inference_config import InferenceConfig
|
15 |
import gdown
|
16 |
import os
|
|
|
17 |
|
18 |
folder_url = f"https://drive.google.com/drive/folders/1UtKgzKjFAOmZkhNK-OYT0caJ_w2XAnib"
|
19 |
gdown.download_folder(url=folder_url, output="pretrained_weights", quiet=False)
|
@@ -67,7 +68,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
67 |
video_input = gr.Video()
|
68 |
gr.Examples(
|
69 |
examples=[
|
70 |
-
[osp.join(
|
71 |
[osp.join(example_video_dir, "d5.mp4")],
|
72 |
[osp.join(example_video_dir, "d6.mp4")],
|
73 |
[osp.join(example_video_dir, "d7.mp4")],
|
|
|
14 |
from src.config.inference_config import InferenceConfig
|
15 |
import gdown
|
16 |
import os
|
17 |
+
import spaces
|
18 |
|
19 |
folder_url = f"https://drive.google.com/drive/folders/1UtKgzKjFAOmZkhNK-OYT0caJ_w2XAnib"
|
20 |
gdown.download_folder(url=folder_url, output="pretrained_weights", quiet=False)
|
|
|
68 |
video_input = gr.Video()
|
69 |
gr.Examples(
|
70 |
examples=[
|
71 |
+
[osp.join(example_video_dir, "d0.mp4")],
|
72 |
[osp.join(example_video_dir, "d5.mp4")],
|
73 |
[osp.join(example_video_dir, "d6.mp4")],
|
74 |
[osp.join(example_video_dir, "d7.mp4")],
|