lucas-ventura commited on
Commit
7f498e3
·
verified ·
1 Parent(s): 1abd69d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -342,11 +342,12 @@ with gr.Blocks(title="Chapter-Llama", head=head) as demo:
342
  type="binary",
343
  )
344
 
345
- with gr.Tab("Video URL"):
346
- video_url_input = gr.Textbox(
347
- label="YouTube or Video URL",
348
- placeholder="https://youtube.com/watch?v=...",
349
- )
 
350
 
351
  model_dropdown = gr.Dropdown(
352
  choices=["asr-10k", "asr-1k"],
 
342
  type="binary",
343
  )
344
 
345
+ #with gr.Tab("Video URL"):
346
+ # video_url_input = gr.Textbox(
347
+ # label="YouTube or Video URL",
348
+ # placeholder="https://youtube.com/watch?v=...",
349
+ # )
350
+ video_url_input = None
351
 
352
  model_dropdown = gr.Dropdown(
353
  choices=["asr-10k", "asr-1k"],