schnik commited on
Commit
63cd3e0
1 Parent(s): 50a4f08

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. 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(value="videos/n_5.mp4",
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=[],