tsi-org commited on
Commit
286b778
·
1 Parent(s): c7a2caf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks(css="custom.css") as demo:
244
  with gr.Row():
245
  prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, placeholder="Type a prompt after selecting a LoRA", elem_id="prompt")
246
  button = gr.Button("Run", elem_id="run_button")
247
- # with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
248
  # community_icon = gr.HTML(community_icon_html)
249
  # loading_icon = gr.HTML(loading_icon_html)
250
  # share_button = gr.Button("Share to community", elem_id="share-btn")
 
244
  with gr.Row():
245
  prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, placeholder="Type a prompt after selecting a LoRA", elem_id="prompt")
246
  button = gr.Button("Run", elem_id="run_button")
247
+ with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
248
  # community_icon = gr.HTML(community_icon_html)
249
  # loading_icon = gr.HTML(loading_icon_html)
250
  # share_button = gr.Button("Share to community", elem_id="share-btn")