Omnibus commited on
Commit
5307a9c
·
1 Parent(s): 782fb1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: