chrisvnz commited on
Commit
aef45b9
·
1 Parent(s): 6ee2f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,9 +91,9 @@ iface = gr.Interface(
91
  gr.inputs.Textbox(lines=1, label="OpenAI API Key"),
92
  gr.inputs.Textbox(lines=2, label="Meeting Topic"),
93
  gr.inputs.File(label="Upload Audio"),
94
- gr.inputs.Button(label="Execute"),
95
  ],
96
  outputs=gr.outputs.Textarea(label="Meeting Minutes"),
 
97
  )
98
 
99
  # Launch the app
 
91
  gr.inputs.Textbox(lines=1, label="OpenAI API Key"),
92
  gr.inputs.Textbox(lines=2, label="Meeting Topic"),
93
  gr.inputs.File(label="Upload Audio"),
 
94
  ],
95
  outputs=gr.outputs.Textarea(label="Meeting Minutes"),
96
+ live=False,
97
  )
98
 
99
  # Launch the app