Spaces:
Runtime error
Runtime error
Fix yt transcription
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ Interfaces
|
|
| 88 |
audio_transcription = gr.Textbox(label="Transcription")
|
| 89 |
audio_tags = gr.Textbox(label="Tags")
|
| 90 |
|
| 91 |
-
|
| 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
|