Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
|
|
3 |
|
4 |
# Create a pipeline for text-to-speech
|
5 |
tts = pipeline("text-to-speech", model="facebook/mms-tts-eng")
|
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
+
from IPython.display import Audio
|
4 |
|
5 |
# Create a pipeline for text-to-speech
|
6 |
tts = pipeline("text-to-speech", model="facebook/mms-tts-eng")
|