Spaces:
Runtime error
Runtime error
Ramkumar commited on
Update app.py
Browse files
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="
|
| 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
|