Spaces:
Runtime error
Runtime error
Commit
·
c897630
1
Parent(s):
65e5c0b
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ def YoutubeTranscribe(URL, retries = 5):
|
|
145 |
|
146 |
with gr.Blocks() as i:
|
147 |
video = gr.Video()
|
148 |
-
text = gr.Textbox("
|
149 |
if not video and not text:
|
150 |
raise gr.Error("Either input url or video (not both)")
|
151 |
output = gr.Textbox("Output")
|
|
|
145 |
|
146 |
with gr.Blocks() as i:
|
147 |
video = gr.Video()
|
148 |
+
text = gr.Textbox(label="Youtube Link", placeholder="https://www.youtube.com/watch?v=GECcjrYHH8w")
|
149 |
if not video and not text:
|
150 |
raise gr.Error("Either input url or video (not both)")
|
151 |
output = gr.Textbox("Output")
|