Hrsh-Venket commited on
Commit
168d2de
Β·
1 Parent(s): 1c827e2

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,5 +124,5 @@ def everything(audio_paths):
124
  # # - https://huggingface.co/oliverguhr/spelling-correction-english-base?text=lets+do+a+comparsion
125
 
126
  demo = gr.Interface(fn=everything,
127
- inputs = [gr.UploadButton]
128
- outputs = ["text"])
 
124
  # # - https://huggingface.co/oliverguhr/spelling-correction-english-base?text=lets+do+a+comparsion
125
 
126
  demo = gr.Interface(fn=everything,
127
+ inputs = [gr.UploadButton],
128
+ outputs = ["text"]))