Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -339,9 +339,10 @@ with gr.Blocks() as demo:
|
|
339 |
|
340 |
with gr.Row():
|
341 |
audio_input = gr.Audio(label="Upload Audio File", type="filepath")
|
342 |
-
system_prompt_input = gr.Textbox(label="System Prompt", value=system_prompt_0)
|
343 |
|
344 |
-
|
|
|
|
|
345 |
|
346 |
with gr.Column():
|
347 |
status_output = gr.Textbox(label="Status/Transcription/Thinking", interactive=False)
|
|
|
339 |
|
340 |
with gr.Row():
|
341 |
audio_input = gr.Audio(label="Upload Audio File", type="filepath")
|
|
|
342 |
|
343 |
+
with gr.Column():
|
344 |
+
process_button = gr.Button("Process Conversation")
|
345 |
+
system_prompt_input = gr.Textbox(label="System Prompt", value=system_prompt_0)
|
346 |
|
347 |
with gr.Column():
|
348 |
status_output = gr.Textbox(label="Status/Transcription/Thinking", interactive=False)
|