Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks() as demo:
|
|
172 |
|
173 |
with gr.Row():
|
174 |
with gr.Column(scale=4):
|
175 |
-
url = gr.Textbox(label="Enter YouTube video link here:",placeholder="
|
176 |
with gr.Column(scale=1):
|
177 |
sum_btn = gr.Button("Summarize!")
|
178 |
|
|
|
172 |
|
173 |
with gr.Row():
|
174 |
with gr.Column(scale=4):
|
175 |
+
url = gr.Textbox(label="Enter YouTube video link here:",placeholder="Place for youtube link..")
|
176 |
with gr.Column(scale=1):
|
177 |
sum_btn = gr.Button("Summarize!")
|
178 |
|