Spaces:
Runtime error
Runtime error
Rivalcoder
commited on
Commit
·
39ddda1
1
Parent(s):
5427076
Add
Browse files
app.py
CHANGED
|
@@ -48,7 +48,8 @@ default_url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
|
| 48 |
gr.Interface(
|
| 49 |
fn=get_captions_selenium,
|
| 50 |
inputs=[
|
| 51 |
-
gr.Textbox(
|
|
|
|
| 52 |
],
|
| 53 |
outputs="text",
|
| 54 |
title="YouTube Captions Scraper (Selenium)",
|
|
|
|
| 48 |
gr.Interface(
|
| 49 |
fn=get_captions_selenium,
|
| 50 |
inputs=[
|
| 51 |
+
gr.Textbox(value=default_url, label="YouTube Video URL")
|
| 52 |
+
|
| 53 |
],
|
| 54 |
outputs="text",
|
| 55 |
title="YouTube Captions Scraper (Selenium)",
|