Spaces:
Runtime error
Runtime error
Moibe
commited on
Commit
•
fabeab4
1
Parent(s):
732d837
test input name
Browse files
app.py
CHANGED
@@ -14,10 +14,10 @@ def greet(input_video):
|
|
14 |
with gr.Blocks() as demo:
|
15 |
print("Imprimiendo en Arranque...")
|
16 |
with gr.Row():
|
17 |
-
|
18 |
output = gr.Video()
|
19 |
btn = gr.Button("Run")
|
20 |
-
btn.click(greet,
|
21 |
|
22 |
#consola = gr.Textbox()
|
23 |
#demo.load(carga_consola, None, consola)
|
|
|
14 |
with gr.Blocks() as demo:
|
15 |
print("Imprimiendo en Arranque...")
|
16 |
with gr.Row():
|
17 |
+
input1 = gr.Video()
|
18 |
output = gr.Video()
|
19 |
btn = gr.Button("Run")
|
20 |
+
btn.click(greet, input1, output)
|
21 |
|
22 |
#consola = gr.Textbox()
|
23 |
#demo.load(carga_consola, None, consola)
|