meg HF staff commited on
Commit
2f4d69c
·
verified ·
1 Parent(s): 72c97c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
2
  import os
3
 
4
- a = os.path.join(os.path.dirname(__file__), "files/a.mp4")
5
- b = os.path.join(os.path.dirname(__file__), "files/b.mp4")
6
  w1 = os.path.join(os.path.dirname(__file__), "files/hf-logo-with-title.png")
7
  w2 = os.path.join(os.path.dirname(__file__), "files/hf-logo.png")
8
 
 
1
  import gradio as gr
2
  import os
3
 
4
+ a = os.path.join(os.path.dirname(__file__), "files/convert-to-gradio-sd.mp4")
5
+ b = os.path.join(os.path.dirname(__file__), "files/barkley-balloon.mp4")
6
  w1 = os.path.join(os.path.dirname(__file__), "files/hf-logo-with-title.png")
7
  w2 = os.path.join(os.path.dirname(__file__), "files/hf-logo.png")
8