RamAnanth1 commited on
Commit
a91c60a
·
1 Parent(s): 5c60ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -236,6 +236,8 @@ with gr.Blocks(css = css) as demo:
236
  </div>
237
  """
238
  )
 
 
239
  api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
240
 
241
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
 
236
  </div>
237
  """
238
  )
239
+ gr.HTML("<p>You can duplicate this Space to run it privately without a queue for shorter queue times : <a style='display:inline-block' href='https://huggingface.co/spaces/RamAnanth1/stable-diffusion-xl?duplicate=true'><img src='https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14' alt='Duplicate Space'></a> </p>")
240
+
241
  api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
242
 
243
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):