Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(theme=gr.themes.Base()) as iface:
|
|
117 |
audio_input = gr.Audio(type="filepath", label="Upload Audio File")
|
118 |
image_option = gr.Dropdown(["Generate Image", "Skip Image"], label="Image Generation", value="Generate Image")
|
119 |
creative_text_option = gr.Dropdown(["Generate Creative Text", "Skip Creative Text"], label="Creative Text Generation", value="Generate Creative Text")
|
120 |
-
submit_button = gr.Button("
|
121 |
with gr.Column():
|
122 |
tamil_text_output = gr.Textbox(label="Tamil Transcription")
|
123 |
translation_output = gr.Textbox(label="English Translation")
|
|
|
117 |
audio_input = gr.Audio(type="filepath", label="Upload Audio File")
|
118 |
image_option = gr.Dropdown(["Generate Image", "Skip Image"], label="Image Generation", value="Generate Image")
|
119 |
creative_text_option = gr.Dropdown(["Generate Creative Text", "Skip Creative Text"], label="Creative Text Generation", value="Generate Creative Text")
|
120 |
+
submit_button = gr.Button("Click here to generate")
|
121 |
with gr.Column():
|
122 |
tamil_text_output = gr.Textbox(label="Tamil Transcription")
|
123 |
translation_output = gr.Textbox(label="English Translation")
|