Spaces:
Paused
Paused
Update app.py
Browse files
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
|