Spaces:
Runtime error
Runtime error
haoheliu
commited on
Commit
•
993e22c
1
Parent(s):
f45148f
update
Browse files
app.py
CHANGED
@@ -215,10 +215,12 @@ with iface:
|
|
215 |
btn.click(text2audio, inputs=[textbox, duration, guidance_scale, seed, n_candidates], outputs=[outputs]) # , share_button, community_icon, loading_icon
|
216 |
# share_button.click(None, [], [], _js=share_js)
|
217 |
gr.HTML('''
|
218 |
-
<hr>
|
219 |
<div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
|
220 |
-
<p>
|
221 |
</p>
|
|
|
|
|
|
|
222 |
</div>
|
223 |
''')
|
224 |
|
|
|
215 |
btn.click(text2audio, inputs=[textbox, duration, guidance_scale, seed, n_candidates], outputs=[outputs]) # , share_button, community_icon, loading_icon
|
216 |
# share_button.click(None, [], [], _js=share_js)
|
217 |
gr.HTML('''
|
|
|
218 |
<div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
|
219 |
+
<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>
|
220 |
</p>
|
221 |
+
<br>
|
222 |
+
<p>Model by <a href="https://twitter.com/LiuHaohe" style="text-decoration: underline;" target="_blank">Haohe Liu</a></p>
|
223 |
+
<br>
|
224 |
</div>
|
225 |
''')
|
226 |
|