Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ class GradioInfer:
|
|
124 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|
125 |
outputs=[singing_output, share_button, community_icon, loading_icon],
|
126 |
fn=self.greet,
|
127 |
-
cache_examples=
|
128 |
gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。请自觉合规使用此程序,程序开发者不负有任何责任。</center>")
|
129 |
gr.HTML('''
|
130 |
<div class="footer">
|
|
|
124 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|
125 |
outputs=[singing_output, share_button, community_icon, loading_icon],
|
126 |
fn=self.greet,
|
127 |
+
cache_examples=False)
|
128 |
gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。请自觉合规使用此程序,程序开发者不负有任何责任。</center>")
|
129 |
gr.HTML('''
|
130 |
<div class="footer">
|