Ramkumar commited on
Commit
04486d7
·
verified ·
1 Parent(s): f70078a

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() as iface:
103
  with gr.Row():
104
  with gr.Column(scale=1): # Left side (Inputs and Buttons)
105
  user_input = gr.Textbox(label="Enter Tamil text", placeholder="Type your message here...")
106
- audio_input = gr.Audio(type="file path", label=" Or upload audio (for Image Generation)")
107
  image_generation_checkbox = gr.Checkbox(label="Generate Image", value=False)
108
 
109
  # Buttons
 
103
  with gr.Row():
104
  with gr.Column(scale=1): # Left side (Inputs and Buttons)
105
  user_input = gr.Textbox(label="Enter Tamil text", placeholder="Type your message here...")
106
+ audio_input = gr.Audio(type="filepath", label=" Or upload audio (for Image Generation)")
107
  image_generation_checkbox = gr.Checkbox(label="Generate Image", value=False)
108
 
109
  # Buttons