Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
146 |
outputs=run_button
|
147 |
)
|
148 |
|
149 |
-
)
|
150 |
def update_video_embed(youtube_url):
|
151 |
if youtube_url:
|
152 |
try:
|
|
|
146 |
outputs=run_button
|
147 |
)
|
148 |
|
|
|
149 |
def update_video_embed(youtube_url):
|
150 |
if youtube_url:
|
151 |
try:
|