AbeerTrial commited on
Commit
8a196e8
1 Parent(s): 2dfed50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -188,11 +188,11 @@ interface = Interface(
188
  Audio(source="microphone", type="numpy", label="Speak Something"),
189
  ],
190
  outputs=[
191
- Textbox(label="Transcribed Text"),
192
  Textbox(label="SOAP Output"),
193
  Textbox(label="General Output"),
194
  Textbox(label="GPT SOAP Output"),
195
- Textbox(label="GPT General Output")
 
196
  ],
197
  )
198
 
 
188
  Audio(source="microphone", type="numpy", label="Speak Something"),
189
  ],
190
  outputs=[
 
191
  Textbox(label="SOAP Output"),
192
  Textbox(label="General Output"),
193
  Textbox(label="GPT SOAP Output"),
194
+ Textbox(label="GPT General Output"),
195
+ Textbox(label="Transcribed Text")
196
  ],
197
  )
198