Spaces:
Running
on
Zero
Running
on
Zero
ει«
commited on
Commit
Β·
98637c8
1
Parent(s):
f7787ba
set zero gpu inference
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -162,7 +162,7 @@ def create_demo_interface():
|
|
| 162 |
"""
|
| 163 |
) as interface:
|
| 164 |
# Header logo
|
| 165 |
-
gr.HTML('<div class="logo-container"><img src="/gradio_api/file=assets/
|
| 166 |
|
| 167 |
# Quick Start
|
| 168 |
with gr.Accordion("π Quick Start Guide ο½εΏ«ιε
₯ι¨", open=False, elem_id="acc_quick"):
|
|
|
|
| 162 |
"""
|
| 163 |
) as interface:
|
| 164 |
# Header logo
|
| 165 |
+
gr.HTML('<div class="logo-container"><img src="/gradio_api/file=assets/voxcpm-logo.png" alt="VoxCPM Logo"></div>')
|
| 166 |
|
| 167 |
# Quick Start
|
| 168 |
with gr.Accordion("π Quick Start Guide ο½εΏ«ιε
₯ι¨", open=False, elem_id="acc_quick"):
|
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ gradio>=4.0.0
|
|
| 3 |
requests>=2.25.0
|
| 4 |
numpy>=1.21.0
|
| 5 |
soundfile>=0.12.1
|
|
|
|
|
|
| 3 |
requests>=2.25.0
|
| 4 |
numpy>=1.21.0
|
| 5 |
soundfile>=0.12.1
|
| 6 |
+
voxcpm>=1.5.0
|