anbarasanGT commited on
Commit
4261d7f
·
verified ·
1 Parent(s): fbd0d2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Click here to generate")
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("Process Audio")
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")