yakhyo commited on
Commit
d98a310
·
verified ·
1 Parent(s): c40e4fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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> 🚀 [GitHub Link](https://github.com/yakhyo/kokoro-onnx)")
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\n\n[GitHub Link](https://github.com/yakhyo/kokoro-onnx) </center>")
69
 
70
  # Model-specific inputs
71
  with gr.Row(variant="panel"):