Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -290,8 +290,8 @@ with gr.Blocks(css=css) as app:
|
|
290 |
video = gr.Video(elem_id="riff-video")
|
291 |
|
292 |
with gr.Group(elem_id="share-btn-container"):
|
293 |
-
community_icon = gr.HTML(community_icon_html, visible=False)
|
294 |
-
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
295 |
share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
|
296 |
|
297 |
inputs = [prompt_1, prompt_2, steps, num_iterations, feel, seed]
|
|
|
290 |
video = gr.Video(elem_id="riff-video")
|
291 |
|
292 |
with gr.Group(elem_id="share-btn-container"):
|
293 |
+
community_icon = gr.HTML(community_icon_html, elem_id="share-btn-share-icon", visible=False)
|
294 |
+
loading_icon = gr.HTML(loading_icon_html, elem_id="share-btn-loading-icon", visible=False)
|
295 |
share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
|
296 |
|
297 |
inputs = [prompt_1, prompt_2, steps, num_iterations, feel, seed]
|