mrfakename commited on
Commit
a799e09
1 Parent(s): 9f5404a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ def subtitle(input):
31
  status += "\n\n[3/5] Loading video..."
32
  yield status, gr.update()
33
  gr.Info("Loading video...")
 
34
  video = VideoFileClip(input)
35
  width, height = video.size
36
  gr.Info(width)
 
31
  status += "\n\n[3/5] Loading video..."
32
  yield status, gr.update()
33
  gr.Info("Loading video...")
34
+ print(input)
35
  video = VideoFileClip(input)
36
  width, height = video.size
37
  gr.Info(width)