hexgrad commited on
Commit
1459ac2
·
verified ·
1 Parent(s): 681ac3d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -10
app.py CHANGED
@@ -547,8 +547,16 @@ Vast was chosen over other compute providers due to its competitive on-demand ho
547
  The average hourly cost for the 1x A100-class 80GB VRAM instances used for training was below $1/hr — around half the quoted rates from other providers.
548
 
549
  ### Gradio API
550
- **The API has been restricted due to high request volume degrading the demo experience.**<br/>
551
- ~~This Space can be used via API. The following code block can be copied and run in one Google Colab cell.~~
 
 
 
 
 
 
 
 
552
  ```
553
  # 1️⃣ Install the Gradio Python client
554
  !pip install -q gradio_client
@@ -567,14 +575,7 @@ display(Audio(audio_path, autoplay=True))
567
  print(out_ps)
568
  ```
569
  This Space and the underlying Kokoro model are both under development and subject to change. Reliability is not guaranteed. Hugging Face and Gradio might enforce their own rate limits.
570
-
571
- ### Licenses
572
- Inference code: MIT<br/>
573
- [eSpeak NG](https://github.com/espeak-ng/espeak-ng): GPL-3.0<br/>
574
- Random English texts: Unknown from [Quotable Data](https://github.com/quotable-io/data/blob/master/data/quotes.json)<br/>
575
- Random Japanese texts: CC0 public domain from [Common Voice](https://github.com/common-voice/common-voice/tree/main/server/data/ja)
576
- ''')
577
-
578
  with gr.Blocks() as changelog:
579
  gr.Markdown('''
580
  **28 Nov 2024**<br/>
 
547
  The average hourly cost for the 1x A100-class 80GB VRAM instances used for training was below $1/hr — around half the quoted rates from other providers.
548
 
549
  ### Gradio API
550
+ The API has been restricted due to high request volume degrading the demo experience.
551
+
552
+ ### Licenses
553
+ Inference code: MIT<br/>
554
+ [eSpeak NG](https://github.com/espeak-ng/espeak-ng): GPL-3.0<br/>
555
+ Random English texts: Unknown from [Quotable Data](https://github.com/quotable-io/data/blob/master/data/quotes.json)<br/>
556
+ Random Japanese texts: CC0 public domain from [Common Voice](https://github.com/common-voice/common-voice/tree/main/server/data/ja)
557
+ ''')
558
+ '''
559
+ This Space can be used via API. The following code block can be copied and run in one Google Colab cell.
560
  ```
561
  # 1️⃣ Install the Gradio Python client
562
  !pip install -q gradio_client
 
575
  print(out_ps)
576
  ```
577
  This Space and the underlying Kokoro model are both under development and subject to change. Reliability is not guaranteed. Hugging Face and Gradio might enforce their own rate limits.
578
+ '''
 
 
 
 
 
 
 
579
  with gr.Blocks() as changelog:
580
  gr.Markdown('''
581
  **28 Nov 2024**<br/>