Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=css) as demo:
|
|
91 |
with gr.Group(elem_id="share-btn-container"):
|
92 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
93 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
94 |
-
share_button = gr.Button("
|
95 |
|
96 |
see_prompts.click(get_prompts,
|
97 |
inputs = [input_text],
|
|
|
91 |
with gr.Group(elem_id="share-btn-container"):
|
92 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
93 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
94 |
+
share_button = gr.Button("How to Download ?", elem_id="share-btn", visible=False)
|
95 |
|
96 |
see_prompts.click(get_prompts,
|
97 |
inputs = [input_text],
|