Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
|
11 |
title = "GenAI StoryTeller"
|
12 |
description = """
|
13 |
Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for Speech Translation,
|
14 |
-
Microsoft's[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for Text-to-Speech and
|
15 |
StabilityAI's [StableDiffusion](https://huggingface.co/stabilityai/sdxl-turbo) model for Image Generation
|
16 |
"""
|
17 |
|
|
|
11 |
title = "GenAI StoryTeller"
|
12 |
description = """
|
13 |
Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for Speech Translation,
|
14 |
+
Microsoft's [SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for Text-to-Speech and
|
15 |
StabilityAI's [StableDiffusion](https://huggingface.co/stabilityai/sdxl-turbo) model for Image Generation
|
16 |
"""
|
17 |
|