Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|