Spaces:
Running
Running
Update inference/m4singer/gradio/infer.py
Browse files
inference/m4singer/gradio/infer.py
CHANGED
|
@@ -127,7 +127,7 @@ class GradioInfer:
|
|
| 127 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|
| 128 |
outputs=[singing_output, share_button, community_icon, loading_icon],
|
| 129 |
fn=self.greet,
|
| 130 |
-
cache_examples=
|
| 131 |
gr.Markdown(self.article)
|
| 132 |
generate.click(self.greet,
|
| 133 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|
|
|
|
| 127 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|
| 128 |
outputs=[singing_output, share_button, community_icon, loading_icon],
|
| 129 |
fn=self.greet,
|
| 130 |
+
cache_examples=False)
|
| 131 |
gr.Markdown(self.article)
|
| 132 |
generate.click(self.greet,
|
| 133 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|