meg HF Staff commited on
Commit
f3c7782
·
verified ·
1 Parent(s): ac466da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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.mov")
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
 
 
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