Update app.py
Browse files
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("
|
330 |
-
run_button = gr.Button( "
|
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", "")
|