Spaces:
Sleeping
Sleeping
lazarusking
commited on
Commit
·
77fd2d8
1
Parent(s):
bf30828
format=none
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(css="./styles.css") as dm:
|
|
77 |
audio_button=gr.Button("Audio")
|
78 |
file_button=gr.Button("File")
|
79 |
media_output_audio = gr.Audio(type="filepath",label="Output",visible=True,interactive=False,source="filepath")
|
80 |
-
media_output_video = gr.Video(label="Output",visible=False
|
81 |
media_output_file = gr.File(label="Output",visible=False)
|
82 |
with gr.Row() as command_output:
|
83 |
output_textbox = gr.Textbox(label="command",elem_id="outputtext")
|
|
|
77 |
audio_button=gr.Button("Audio")
|
78 |
file_button=gr.Button("File")
|
79 |
media_output_audio = gr.Audio(type="filepath",label="Output",visible=True,interactive=False,source="filepath")
|
80 |
+
media_output_video = gr.Video(label="Output",visible=False)
|
81 |
media_output_file = gr.File(label="Output",visible=False)
|
82 |
with gr.Row() as command_output:
|
83 |
output_textbox = gr.Textbox(label="command",elem_id="outputtext")
|