Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import os
|
|
7 |
def dl(inp):
|
8 |
out = None
|
9 |
os.system('yt-dlp "https://twitter.com/TheTNHoller/status/1690375748643614720" --trim-filenames 100 -o "test.mp4"')
|
10 |
-
return "
|
11 |
|
12 |
|
13 |
with gr.Blocks() as app:
|
|
|
7 |
def dl(inp):
|
8 |
out = None
|
9 |
os.system('yt-dlp "https://twitter.com/TheTNHoller/status/1690375748643614720" --trim-filenames 100 -o "test.mp4"')
|
10 |
+
return "test.mp4"
|
11 |
|
12 |
|
13 |
with gr.Blocks() as app:
|