Spaces:
Runtime error
Runtime error
Armandoliv
commited on
Commit
•
8ec2336
1
Parent(s):
dbf294e
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def main_generator(youtube_id:str):
|
|
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 |
|
44 |
io = gr.Interface(fn=main_generator, inputs=inputs, outputs=outputs, title=title, description = description, examples = examples,
|
|
|
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 |
|
44 |
io = gr.Interface(fn=main_generator, inputs=inputs, outputs=outputs, title=title, description = description, examples = examples,
|