Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
271 |
</p>
|
272 |
<br>
|
273 |
-
<p>Model by <a href="https://twitter.com/LiuHaohe" style="text-decoration: underline;" target="_blank">
|
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 |
''')
|