Silemo commited on
Commit
074ec30
·
1 Parent(s): bebe125

Fix yt transcription

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ Interfaces
88
  audio_transcription = gr.Textbox(label="Transcription")
89
  audio_tags = gr.Textbox(label="Tags")
90
 
91
- yt = gr.Textbox(label="Transcription")
92
  yt_tags = gr.Textbox(label="Tags")
93
 
94
  # Multiple interfaces using tabs -> https://github.com/gradio-app/gradio/issues/450
 
88
  audio_transcription = gr.Textbox(label="Transcription")
89
  audio_tags = gr.Textbox(label="Tags")
90
 
91
+ yt_transcription = gr.Textbox(label="Transcription")
92
  yt_tags = gr.Textbox(label="Tags")
93
 
94
  # Multiple interfaces using tabs -> https://github.com/gradio-app/gradio/issues/450