bstraehle commited on
Commit
a7801b9
·
1 Parent(s): 341da3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 - Audio",
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()