Spaces:
Runtime error
Runtime error
Moibe
commited on
Commit
•
9aaa5be
1
Parent(s):
be713a5
Video ready
Browse files
app.py
CHANGED
@@ -12,12 +12,12 @@ def carga_consola():
|
|
12 |
|
13 |
with gr.Blocks() as demo:
|
14 |
with gr.Row():
|
15 |
-
input = gr.
|
16 |
-
output = gr.
|
17 |
btn = gr.Button("Run")
|
18 |
btn.click(greet, input, output)
|
19 |
|
20 |
-
consola = gr.Textbox()
|
21 |
-
demo.load(carga_consola, None, consola)
|
22 |
|
23 |
demo.queue().launch()
|
|
|
12 |
|
13 |
with gr.Blocks() as demo:
|
14 |
with gr.Row():
|
15 |
+
input = gr.Video()
|
16 |
+
output = gr.Video()
|
17 |
btn = gr.Button("Run")
|
18 |
btn.click(greet, input, output)
|
19 |
|
20 |
+
#consola = gr.Textbox()
|
21 |
+
#demo.load(carga_consola, None, consola)
|
22 |
|
23 |
demo.queue().launch()
|