youngtsai commited on
Commit
c275e05
1 Parent(s): 9b769a8

demo.launch(allowed_paths=["../videos"])

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -87,7 +87,6 @@ def process_youtube_link(link):
87
  "end_time": end_time,
88
  "text": entry['text'],
89
  "embed_url": embed_url,
90
- "time_sec": entry['start'],
91
  "screenshot_path": screenshot_path
92
  }
93
  formatted_transcript.append(line)
@@ -328,4 +327,4 @@ with gr.Blocks() as demo:
328
 
329
 
330
 
331
- demo.launch()
 
87
  "end_time": end_time,
88
  "text": entry['text'],
89
  "embed_url": embed_url,
 
90
  "screenshot_path": screenshot_path
91
  }
92
  formatted_transcript.append(line)
 
327
 
328
 
329
 
330
+ demo.launch(allowed_paths=["../videos"])