Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ZennyKenny
commited on
remove stale ref
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def main():
|
|
73 |
process_button.click(
|
74 |
process_audio,
|
75 |
inputs=[audio_input],
|
76 |
-
outputs=[transcription_output, summary_output
|
77 |
)
|
78 |
|
79 |
interface.launch(share=False)
|
|
|
73 |
process_button.click(
|
74 |
process_audio,
|
75 |
inputs=[audio_input],
|
76 |
+
outputs=[transcription_output, summary_output]
|
77 |
)
|
78 |
|
79 |
interface.launch(share=False)
|