dawood HF staff commited on
Commit
095f4a5
β€’
1 Parent(s): 99cfc83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -175,11 +175,10 @@ with iface:
175
  style="
176
  display: inline-flex;
177
  align-items: center;
178
- gap: 0.8rem;
179
  font-size: 1.75rem;
180
  "
181
  >
182
- <h1 style="font-weight: 900; margin-bottom: 10px;">
183
  AudioLDM: Text-to-Audio Generation with Latent Diffusion Models
184
  </h1>
185
  </div>
 
175
  style="
176
  display: inline-flex;
177
  align-items: center;
 
178
  font-size: 1.75rem;
179
  "
180
  >
181
+ <h1 style="font-weight: 900; margin-bottom: 7px;">
182
  AudioLDM: Text-to-Audio Generation with Latent Diffusion Models
183
  </h1>
184
  </div>