jsbeaudry commited on
Commit
e09173a
·
verified ·
1 Parent(s): 3ffb6e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- process_button = gr.Button("Process Conversation")
 
 
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)