Spaces:
Build error
Build error
yama
commited on
Commit
·
05087f6
1
Parent(s):
6781407
Update app.py
Browse files
app.py
CHANGED
@@ -385,7 +385,7 @@ with demo:
|
|
385 |
openai_prompt_in.render()
|
386 |
openai_summary_btn = gr.Button("Evaluate and analyze transcription content")
|
387 |
openai_summary_btn.click(create_transcription_summary,
|
388 |
-
[openai_key_in, openai_prompt_in,
|
389 |
[openai_summary_out]
|
390 |
)
|
391 |
|
|
|
385 |
openai_prompt_in.render()
|
386 |
openai_summary_btn = gr.Button("Evaluate and analyze transcription content")
|
387 |
openai_summary_btn.click(create_transcription_summary,
|
388 |
+
[openai_key_in, openai_prompt_in, download_transcript],
|
389 |
[openai_summary_out]
|
390 |
)
|
391 |
|