Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- .gitignore +1 -1
- app.py +1 -2
.gitignore
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
/.venv/
|
2 |
/venv/
|
3 |
|
4 |
-
.DS_Store
|
|
|
1 |
/.venv/
|
2 |
/venv/
|
3 |
|
4 |
+
.DS_Store
|
app.py
CHANGED
@@ -19,8 +19,7 @@ def no_cpu_warning(video_file, dataset, lora, size):
|
|
19 |
|
20 |
interface = gr.Interface(fn=no_cpu_warning,
|
21 |
inputs=[
|
22 |
-
gr.Video(
|
23 |
-
label="Original Video",
|
24 |
min_length=5,
|
25 |
max_length=20,
|
26 |
sources=[],
|
|
|
19 |
|
20 |
interface = gr.Interface(fn=no_cpu_warning,
|
21 |
inputs=[
|
22 |
+
gr.Video(label="Original Video",
|
|
|
23 |
min_length=5,
|
24 |
max_length=20,
|
25 |
sources=[],
|