Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
122 |
error_handler = gr.HTML(visible=False, show_label=False, elem_id="error_handler")
|
123 |
|
124 |
with gr.Column(elem_id="col-container-2"):
|
125 |
-
with gr.
|
126 |
with gr.Row():
|
127 |
record_input = gr.Audio(source="microphone",type="filepath", label="Audio input", show_label=True, elem_id="record_btn")
|
128 |
openai_api_key = gr.Textbox(max_lines=1, type="password", label="Your OpenAI API Key", placeholder="sk-123abc...")
|
|
|
122 |
error_handler = gr.HTML(visible=False, show_label=False, elem_id="error_handler")
|
123 |
|
124 |
with gr.Column(elem_id="col-container-2"):
|
125 |
+
with gr.Column():
|
126 |
with gr.Row():
|
127 |
record_input = gr.Audio(source="microphone",type="filepath", label="Audio input", show_label=True, elem_id="record_btn")
|
128 |
openai_api_key = gr.Textbox(max_lines=1, type="password", label="Your OpenAI API Key", placeholder="sk-123abc...")
|