Anmol Gupta commited on
Commit
28a8f11
·
unverified ·
1 Parent(s): 7e4a9d7

gr.outputs not inputs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ def transcribe(audio):
32
 
33
  return [result_text, out_result]
34
 
35
- output_1 = gr.inputs.Textbox(label="Speech to Text")
36
- output_2 = gr.inputs.Textbox(label="ChatGPT Output")
37
 
38
 
39
  gr.Interface(
 
32
 
33
  return [result_text, out_result]
34
 
35
+ output_1 = gr.outputs.Textbox(label="Speech to Text")
36
+ output_2 = gr.outputs.Textbox(label="ChatGPT Output")
37
 
38
 
39
  gr.Interface(