Spaces:
Build error
Build error
Commit ·
8ea135a
1
Parent(s): e0c6e50
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,9 +19,8 @@ with gr.Blocks() as demo:
|
|
| 19 |
with gr.Column():
|
| 20 |
user_prompt = gr.Textbox(
|
| 21 |
placeholder="Enter YouTube Video URL here...",
|
| 22 |
-
label="Input",
|
| 23 |
)
|
| 24 |
-
btn = gr.Button("Convert"
|
| 25 |
|
| 26 |
with gr.Column():
|
| 27 |
generated_video = gr.Video(
|
|
|
|
| 19 |
with gr.Column():
|
| 20 |
user_prompt = gr.Textbox(
|
| 21 |
placeholder="Enter YouTube Video URL here...",
|
|
|
|
| 22 |
)
|
| 23 |
+
btn = gr.Button("Convert")
|
| 24 |
|
| 25 |
with gr.Column():
|
| 26 |
generated_video = gr.Video(
|