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
|
| 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 | [GitHub Link](https://github.com/yakhyo/kokoro-onnx) </center>")
|
| 69 |
|
| 70 |
# Model-specific inputs
|
| 71 |
with gr.Row(variant="panel"):
|