Spaces:
Running on Zero
Running on Zero
Reversed Updates
Browse files
app.py
CHANGED
|
@@ -1,45 +1,3 @@
|
|
| 1 |
-
Hugging Face's logo
|
| 2 |
-
Hugging Face
|
| 3 |
-
Models
|
| 4 |
-
Datasets
|
| 5 |
-
Spaces
|
| 6 |
-
Community
|
| 7 |
-
Docs
|
| 8 |
-
Enterprise
|
| 9 |
-
Pricing
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
Spaces:
|
| 13 |
-
dialoglk
|
| 14 |
-
/
|
| 15 |
-
SinhalaVITS
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
like
|
| 19 |
-
1
|
| 20 |
-
|
| 21 |
-
Logs
|
| 22 |
-
App
|
| 23 |
-
Files
|
| 24 |
-
Community
|
| 25 |
-
Settings
|
| 26 |
-
SinhalaVITS
|
| 27 |
-
/
|
| 28 |
-
app.py
|
| 29 |
-
|
| 30 |
-
KasunUoM's picture
|
| 31 |
-
KasunUoM
|
| 32 |
-
Panel headers made white
|
| 33 |
-
4de6055
|
| 34 |
-
verified
|
| 35 |
-
3 months ago
|
| 36 |
-
raw
|
| 37 |
-
|
| 38 |
-
Copy download link
|
| 39 |
-
history
|
| 40 |
-
blame
|
| 41 |
-
|
| 42 |
-
17.8 kB
|
| 43 |
# Created by Kasun Ranasinghe (@kasunUoM) | Oct.2025
|
| 44 |
#
|
| 45 |
# Gradio App for SinhalaVITS TTS Inference
|
|
@@ -655,5 +613,4 @@ with gr.Blocks(theme=theme, css=css, title="SinhalaVITS Playground") as demo:
|
|
| 655 |
|
| 656 |
# Launch the app
|
| 657 |
if __name__ == "__main__":
|
| 658 |
-
demo.launch()
|
| 659 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Created by Kasun Ranasinghe (@kasunUoM) | Oct.2025
|
| 2 |
#
|
| 3 |
# Gradio App for SinhalaVITS TTS Inference
|
|
|
|
| 613 |
|
| 614 |
# Launch the app
|
| 615 |
if __name__ == "__main__":
|
| 616 |
+
demo.launch()
|
|
|