Spaces:
Build error
Build error
Commit
·
7835386
1
Parent(s):
b405991
Update app.py
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ css="""
|
|
264 |
personality_choices = ["Gandalf", "Riddick", "Macleod", "Morpheus", "Neo","Spock","Vader","Indy", "Ig-11","Threepio","Tony Stark","Batman","Vizzini"]
|
265 |
title = "Movie Chatbot with Coqui YourTTS"
|
266 |
description = "Chat with your favorite movie characters, making characters voice like you. See Coqui Space for more TTS models https://huggingface.co/spaces/coqui/CoquiTTS"
|
267 |
-
article = "
|
268 |
|
269 |
#History not implemented in this demo, use metayazar.com/chatbot for a movie and character dropdown chat interface
|
270 |
##interface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(personality_choices) ,"text"], title=title, description=description, outputs="text")
|
|
|
264 |
personality_choices = ["Gandalf", "Riddick", "Macleod", "Morpheus", "Neo","Spock","Vader","Indy", "Ig-11","Threepio","Tony Stark","Batman","Vizzini"]
|
265 |
title = "Movie Chatbot with Coqui YourTTS"
|
266 |
description = "Chat with your favorite movie characters, making characters voice like you. See Coqui Space for more TTS models https://huggingface.co/spaces/coqui/CoquiTTS"
|
267 |
+
article = "STT base model from mbarnig/lb-de-fr-en-pt-coqui-stt-models - 🐸 [Coqui.ai](https://https://coqui.ai/)"
|
268 |
|
269 |
#History not implemented in this demo, use metayazar.com/chatbot for a movie and character dropdown chat interface
|
270 |
##interface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(personality_choices) ,"text"], title=title, description=description, outputs="text")
|