Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,9 +94,9 @@ with gr.Blocks(theme=gr.themes.Base()) as iface:
|
|
94 |
with gr.Row():
|
95 |
with gr.Column():
|
96 |
audio_input = gr.Audio(type="filepath", label="Upload Audio File")
|
97 |
-
image_option = gr.Dropdown(["Generate Image", "Skip Image"], label="Image Generation", value="
|
98 |
creative_text_option = gr.Dropdown(["Generate Creative Text", "Skip Creative Text"], label="Creative Text Generation", value="Generate Creative Text")
|
99 |
-
submit_button = gr.Button("
|
100 |
with gr.Column():
|
101 |
tamil_text_output = gr.Textbox(label="Tamil Transcription")
|
102 |
translation_output = gr.Textbox(label="English Translation")
|
|
|
94 |
with gr.Row():
|
95 |
with gr.Column():
|
96 |
audio_input = gr.Audio(type="filepath", label="Upload Audio File")
|
97 |
+
image_option = gr.Dropdown(["Generate Image", "Skip Image"], label="Image Generation", value="Generate image")
|
98 |
creative_text_option = gr.Dropdown(["Generate Creative Text", "Skip Creative Text"], label="Creative Text Generation", value="Generate Creative Text")
|
99 |
+
submit_button = gr.Button("Click here to generate")
|
100 |
with gr.Column():
|
101 |
tamil_text_output = gr.Textbox(label="Tamil Transcription")
|
102 |
translation_output = gr.Textbox(label="English Translation")
|