trhacknon commited on
Commit
ad10050
·
1 Parent(s): 4933c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -267,10 +267,10 @@ with iface:
267
  share_button.click(None, [], [], _js=share_js)
268
  gr.HTML('''
269
  <div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
270
- <p>Follow the latest update of AudioLDM on our<a href="https://github.com/haoheliu/AudioLDM" style="text-decoration: underline;" target="_blank"> Github repo</a>
271
  </p>
272
  <br>
273
- <p>Model by <a href="https://twitter.com/LiuHaohe" style="text-decoration: underline;" target="_blank">Haohe Liu</a></p>
274
  <br>
275
  </div>
276
  ''')
 
267
  share_button.click(None, [], [], _js=share_js)
268
  gr.HTML('''
269
  <div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
270
+ <p>Follow the latest update of AudioLDM on our<a href="https://github.com/tucommenceapousser/AudioLDM" style="text-decoration: underline;" target="_blank"> Github repo</a>
271
  </p>
272
  <br>
273
+ <p>Model by <a href="https://twitter.com/LiuHaohe" style="text-decoration: underline;" target="_blank">trhacknon</a></p>
274
  <br>
275
  </div>
276
  ''')