lllchenlll commited on
Commit
bf044e7
·
1 Parent(s): 2990c51

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ with gr.Blocks() as demo:
16
 
17
  text_output = gr.Textbox(value='', label='Output')
18
 
 
19
  btn = gr.Button(value='Submit')
20
  btn.click(process, inputs=[text_api, text_caption, text_category, text_asr, text_ocr], outputs=[text_output])
21
 
 
16
 
17
  text_output = gr.Textbox(value='', label='Output')
18
 
19
+
20
  btn = gr.Button(value='Submit')
21
  btn.click(process, inputs=[text_api, text_caption, text_category, text_asr, text_ocr], outputs=[text_output])
22