Spaces:
Build error
Build error
app.py
CHANGED
@@ -24,7 +24,7 @@ with demo:
|
|
24 |
with gr.Row():
|
25 |
input_url = gr.Textbox() #gr.HTML(placeholder="Enter a video link here..")
|
26 |
#input_vid = gr.Video()
|
27 |
-
output_vid = gr.Video(
|
28 |
|
29 |
b1 = gr.Button("Publish Video")
|
30 |
#b2 = gr.Button("Generate Image")
|
|
|
24 |
with gr.Row():
|
25 |
input_url = gr.Textbox() #gr.HTML(placeholder="Enter a video link here..")
|
26 |
#input_vid = gr.Video()
|
27 |
+
output_vid = gr.Video("Text")
|
28 |
|
29 |
b1 = gr.Button("Publish Video")
|
30 |
#b2 = gr.Button("Generate Image")
|