Spaces:
Runtime error
Runtime error
sergiolucero
commited on
Commit
•
7624a50
1
Parent(s):
71cdb69
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,12 @@ audemo = gr.Interface(
|
|
17 |
"text",
|
18 |
)
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
with gr.Blocks() as demo:
|
21 |
audemo
|
22 |
with gr.Row():
|
|
|
17 |
"text",
|
18 |
)
|
19 |
|
20 |
+
def display_text(option):
|
21 |
+
left = 'LEFT:' + option
|
22 |
+
right = 'RIGHT:' + option
|
23 |
+
|
24 |
+
return left, right
|
25 |
+
|
26 |
with gr.Blocks() as demo:
|
27 |
audemo
|
28 |
with gr.Row():
|