Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -140,9 +140,9 @@ with gr.Blocks(css=css) as demo_blocks:
|
|
| 140 |
|
| 141 |
|
| 142 |
|
| 143 |
-
with gr.Accordion("Run with transformers"):
|
| 144 |
gr.Markdown(
|
| 145 |
-
"""
|
| 146 |
```bash
|
| 147 |
pip install transformers
|
| 148 |
```
|
|
|
|
| 140 |
|
| 141 |
|
| 142 |
|
| 143 |
+
with gr.Accordion("Run VITS and MMS with transformers"):
|
| 144 |
gr.Markdown(
|
| 145 |
+
"""
|
| 146 |
```bash
|
| 147 |
pip install transformers
|
| 148 |
```
|