Update app.py
Browse files
app.py
CHANGED
@@ -163,8 +163,8 @@ def build_interface():
|
|
163 |
|
164 |
with gr.Row():
|
165 |
post_output = gr.Textbox(label="Posting Status", interactive=False)
|
166 |
-
transcription_output = gr.JSON(label="Transcription JSON File"
|
167 |
-
translated_output = gr.JSON(label="Translated JSON File"
|
168 |
|
169 |
submit_button.click(upload_and_manage,
|
170 |
inputs=[file_input, platform_input, language_input],
|
|
|
163 |
|
164 |
with gr.Row():
|
165 |
post_output = gr.Textbox(label="Posting Status", interactive=False)
|
166 |
+
transcription_output = gr.JSON(label="Transcription JSON File")
|
167 |
+
translated_output = gr.JSON(label="Translated JSON File")
|
168 |
|
169 |
submit_button.click(upload_and_manage,
|
170 |
inputs=[file_input, platform_input, language_input],
|