ylacombe HF staff commited on
Commit
b44f87d
1 Parent(s): 8fef7bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- """## Running VITS and MMS with transformers
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
  ```