Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,6 @@ gr.close_all()
|
|
27 |
demo = gr.Interface(fn=invoke,
|
28 |
inputs = [gr.Textbox(label = "YouTube URL", lines = 1)],
|
29 |
outputs = [gr.Textbox(label = "Automatic Speech Recognition", lines = 1)],
|
30 |
-
title = "Generative AI -
|
31 |
description = description)
|
32 |
demo.launch()
|
|
|
27 |
demo = gr.Interface(fn=invoke,
|
28 |
inputs = [gr.Textbox(label = "YouTube URL", lines = 1)],
|
29 |
outputs = [gr.Textbox(label = "Automatic Speech Recognition", lines = 1)],
|
30 |
+
title = "Generative AI - Speech to Text",
|
31 |
description = description)
|
32 |
demo.launch()
|