qqwjq1981 commited on
Commit
a8a7a99
·
verified ·
1 Parent(s): 847b3a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", interactive=False)
167
- translated_output = gr.JSON(label="Translated JSON File", interactive=False)
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],