saranbalan commited on
Commit
49428f3
1 Parent(s): 2f88375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(theme=gr.themes.Base()) as iface:
103
  creative_text_option = gr.Dropdown(["Generate Creative Text", "Skip Creative Text"], label="Creative Text Generation", value="Generate Creative Text")
104
  submit_button = gr.Button("Process Audio")
105
  with gr.Column():
106
- tamil_text_output = gr.Textbox(label="Tamil Transcription")
107
  translation_output = gr.Textbox(label="English Translation")
108
  creative_text_output = gr.Textbox(label="Creative Text")
109
  image_output = gr.Image(label="Generated Image")
 
103
  creative_text_option = gr.Dropdown(["Generate Creative Text", "Skip Creative Text"], label="Creative Text Generation", value="Generate Creative Text")
104
  submit_button = gr.Button("Process Audio")
105
  with gr.Column():
106
+ tamil_text_output = gr.Textbox(label="Tamil Transcription")
107
  translation_output = gr.Textbox(label="English Translation")
108
  creative_text_output = gr.Textbox(label="Creative Text")
109
  image_output = gr.Image(label="Generated Image")