Spaces:
Running
Running
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -123,11 +123,11 @@ class GradioInfer:
|
|
123 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
124 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
125 |
share_button = gr.Button("滔滔AI,为爱滔滔💕", elem_id="share-btn", visible=False)
|
126 |
-
gr.Examples(examples=self.example_inputs,
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
gr.Markdown(self.article)
|
132 |
generate.click(self.greet,
|
133 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|
|
|
123 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
124 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
125 |
share_button = gr.Button("滔滔AI,为爱滔滔💕", elem_id="share-btn", visible=False)
|
126 |
+
#gr.Examples(examples=self.example_inputs,
|
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=True)
|
131 |
gr.Markdown(self.article)
|
132 |
generate.click(self.greet,
|
133 |
inputs=[singer_l, inp_text, inp_note, inp_duration],
|