Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ demo = gr.Blocks()
|
|
131 |
with demo:
|
132 |
gr.Markdown("<h1><center>AI Assistant - Voice to Joke</center></h1>")
|
133 |
gr.Markdown(
|
134 |
-
"""work in porgress
|
135 |
""")
|
136 |
with gr.Row():
|
137 |
with gr.Column():
|
|
|
131 |
with demo:
|
132 |
gr.Markdown("<h1><center>AI Assistant - Voice to Joke</center></h1>")
|
133 |
gr.Markdown(
|
134 |
+
"""<center>This is still a work in porgress</center><br><br><br>Model pipeline consisting of - <br>- [**Whisper**](https://github.com/openai/whisper) for Speech-to-text, <br>- [**CoquiTTS**](https://huggingface.co/coqui) for Text-To-Speech. <br>- Front end is built using [**Gradio Block API**](https://gradio.app/docs/#blocks).<br><be><u>Ask Whisper for a joke about anything you would wish</u>.<br>If you want to reuse the App, simply click on the small cross button in the top right corner of your voice record panel, and then press record again!
|
135 |
""")
|
136 |
with gr.Row():
|
137 |
with gr.Column():
|