Commit
·
6945ab9
1
Parent(s):
c3c2cc2
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,8 @@ def run():
|
|
39 |
# audio_in = gr.Audio(show_label=False, type='filepath')
|
40 |
input_text=gr.Textbox(lines=3, value="Hello How are you?", label="Input Text")
|
41 |
gender = gr.Radio(["Female","Male"],value="Female",label="Gender")
|
42 |
-
video_out = gr.
|
|
|
43 |
with gr.Row().style(equal_height=True):
|
44 |
btn = gr.Button("Generate")
|
45 |
|
|
|
39 |
# audio_in = gr.Audio(show_label=False, type='filepath')
|
40 |
input_text=gr.Textbox(lines=3, value="Hello How are you?", label="Input Text")
|
41 |
gender = gr.Radio(["Female","Male"],value="Female",label="Gender")
|
42 |
+
video_out = gr.Textbox(label="output")
|
43 |
+
# video_out = gr.Video(show_label=False)
|
44 |
with gr.Row().style(equal_height=True):
|
45 |
btn = gr.Button("Generate")
|
46 |
|