Armandoliv commited on
Commit
4a20b9f
·
verified ·
1 Parent(s): fdffcd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main_generator(youtube_id:str):
37
  return {"text": text, "entities": output_list}
38
  inputs = [gr.Textbox(lines=1, placeholder="Link of youtube video here...", label="Input")]
39
  outputs = gr.HighlightedText()
40
- title="ASR FOR SPANISH MEDICAL RECORDS*"
41
  description = "This demo uses AI Models to create an AUDIO ANNOTATION FOR MEDICAL RECORDS"
42
  examples = ['https://www.youtube.com/watch?v=xOZM-1p-jAk']
43
 
 
37
  return {"text": text, "entities": output_list}
38
  inputs = [gr.Textbox(lines=1, placeholder="Link of youtube video here...", label="Input")]
39
  outputs = gr.HighlightedText()
40
+ title="ASR FOR SPANISH MEDICAL RECORDS"
41
  description = "This demo uses AI Models to create an AUDIO ANNOTATION FOR MEDICAL RECORDS"
42
  examples = ['https://www.youtube.com/watch?v=xOZM-1p-jAk']
43