Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -239,8 +239,6 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Base().set(
|
|
239 |
with gr.Row():
|
240 |
with gr.Column(scale=1):
|
241 |
gr.Markdown("### Indic Assistant")
|
242 |
-
with gr.Column(scale=1, min_width=100):
|
243 |
-
gr.Button("Try Advanced Features", size="sm")
|
244 |
|
245 |
input_type = gr.Radio(["audio", "text"], label="Input Type", value="audio")
|
246 |
audio_input = gr.Audio(type="filepath", label="Speak (if audio input selected)")
|
|
|
239 |
with gr.Row():
|
240 |
with gr.Column(scale=1):
|
241 |
gr.Markdown("### Indic Assistant")
|
|
|
|
|
242 |
|
243 |
input_type = gr.Radio(["audio", "text"], label="Input Type", value="audio")
|
244 |
audio_input = gr.Audio(type="filepath", label="Speak (if audio input selected)")
|