Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ 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/
|
7 |
-
w2 = os.path.join(os.path.dirname(__file__), "files/
|
8 |
|
9 |
def generate_video(original_video, watermark):
|
10 |
return gr.Video(original_video, watermark=watermark)
|
|
|
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-name.png")
|
7 |
+
w2 = os.path.join(os.path.dirname(__file__), "files/hf-logo.png")
|
8 |
|
9 |
def generate_video(original_video, watermark):
|
10 |
return gr.Video(original_video, watermark=watermark)
|