nsfwalex commited on
Commit
1391717
·
verified ·
1 Parent(s): 0e00239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -326,8 +326,8 @@ with gr.Blocks(css=css,head=js,fill_height=True) as demo:
326
  min_width=100,
327
  elem_id="prompt_input_box"
328
  )
329
- random_button = gr.Button("Surprise Me", scale=1, min_width=10)
330
- run_button = gr.Button( "GO!", scale=1, min_width=20, variant="primary",icon="https://huggingface.co/spaces/nsfwalex/sd_card/resolve/main/hot.svg")
331
 
332
  def on_demo_load(request: gr.Request):
333
  current_domain = request.request.headers.get("Host", "")
 
326
  min_width=100,
327
  elem_id="prompt_input_box"
328
  )
329
+ random_button = gr.Button("Random", scale=1, min_width=10)
330
+ run_button = gr.Button( "Generate", scale=1, min_width=20, variant="primary",icon="https://huggingface.co/spaces/nsfwalex/sd_card/resolve/main/hot.svg")
331
 
332
  def on_demo_load(request: gr.Request):
333
  current_domain = request.request.headers.get("Host", "")