anbarasanGT commited on
Commit
074aec9
·
verified ·
1 Parent(s): ef97e86

Update app.py

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