Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks() as lliface:
|
|
240 |
""")
|
241 |
with gr.Tab("Beginner - Songs - Chorus"):
|
242 |
gr.HTML("Essentially if the sounds are repeated or long notes they are easy to remember")
|
243 |
-
gr.Interface(fn=TTSforListeningPractice, inputs="text", outputs="text", title="Placeholder - paste chorus here and use TTS")
|
244 |
with gr.Tab("Transcribe - RASMUS Whisper"):
|
245 |
gr.HTML("""<p>If this tab doesnt work use the link below ⬇️</p> <a href="https://huggingface.co/spaces/RASMUS/Whisper-youtube-crosslingual-subtitles">https://huggingface.co/spaces/RASMUS/Whisper-youtube-crosslingual-subtitles</a>""")
|
246 |
gr.Interface.load("spaces/RASMUS/Whisper-youtube-crosslingual-subtitles", title="Subtitles")
|
|
|
240 |
""")
|
241 |
with gr.Tab("Beginner - Songs - Chorus"):
|
242 |
gr.HTML("Essentially if the sounds are repeated or long notes they are easy to remember")
|
243 |
+
gr.Interface(fn=TTSforListeningPractice, inputs="text", outputs="text", title="Placeholder - paste chorus here and use TTS")
|
244 |
with gr.Tab("Transcribe - RASMUS Whisper"):
|
245 |
gr.HTML("""<p>If this tab doesnt work use the link below ⬇️</p> <a href="https://huggingface.co/spaces/RASMUS/Whisper-youtube-crosslingual-subtitles">https://huggingface.co/spaces/RASMUS/Whisper-youtube-crosslingual-subtitles</a>""")
|
246 |
gr.Interface.load("spaces/RASMUS/Whisper-youtube-crosslingual-subtitles", title="Subtitles")
|