Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ transcribe_interface = gr.Interface(
|
|
102 |
],
|
103 |
outputs=[
|
104 |
task_output, #"text",
|
|
|
105 |
title=application_title,
|
106 |
description=application_description,
|
107 |
allow_flagging="never",
|
|
|
102 |
],
|
103 |
outputs=[
|
104 |
task_output, #"text",
|
105 |
+
],
|
106 |
title=application_title,
|
107 |
description=application_description,
|
108 |
allow_flagging="never",
|