Spaces:
Build error
Build error
app.py
CHANGED
@@ -19,7 +19,7 @@ with demo:
|
|
19 |
with gr.Row():
|
20 |
input_vid = gr.Textbox() #gr.HTML(placeholder="Enter a video link here..")
|
21 |
#poem_txt = gr.Textbox(lines=7)
|
22 |
-
output_vid = gr.Video(
|
23 |
|
24 |
b1 = gr.Button("Publish Video")
|
25 |
#b2 = gr.Button("Generate Image")
|
|
|
19 |
with gr.Row():
|
20 |
input_vid = gr.Textbox() #gr.HTML(placeholder="Enter a video link here..")
|
21 |
#poem_txt = gr.Textbox(lines=7)
|
22 |
+
output_vid = gr.Video()
|
23 |
|
24 |
b1 = gr.Button("Publish Video")
|
25 |
#b2 = gr.Button("Generate Image")
|