Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks() as iface:
|
|
163 |
# translated_text = ''.join(item['translated'] for item in ASR_RESULT if 'translated' in item)
|
164 |
summarize_button.click(
|
165 |
summarize_text,
|
166 |
-
inputs=[
|
167 |
# inputs=[full_text_output],
|
168 |
outputs=[summary_output]
|
169 |
)
|
|
|
163 |
# translated_text = ''.join(item['translated'] for item in ASR_RESULT if 'translated' in item)
|
164 |
summarize_button.click(
|
165 |
summarize_text,
|
166 |
+
inputs=[ASR_RESULT],
|
167 |
# inputs=[full_text_output],
|
168 |
outputs=[summary_output]
|
169 |
)
|