Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ example_texts = [
|
|
| 65 |
|
| 66 |
# Gradio Interface
|
| 67 |
with gr.Blocks() as demo:
|
| 68 |
-
gr.Markdown("# <center> Kokoro TTS ONNX Inference </center>")
|
| 69 |
|
| 70 |
# Model-specific inputs
|
| 71 |
with gr.Row(variant="panel"):
|
|
|
|
| 65 |
|
| 66 |
# Gradio Interface
|
| 67 |
with gr.Blocks() as demo:
|
| 68 |
+
gr.Markdown("# <center> Kokoro TTS ONNX Inference </center> 🚀 [GitHub Link](https://github.com/yakhyo/kokoro-onnx)")
|
| 69 |
|
| 70 |
# Model-specific inputs
|
| 71 |
with gr.Row(variant="panel"):
|