Spaces:
Runtime error
Runtime error
Jim Eric Skogman
commited on
Commit
•
083494c
1
Parent(s):
49c0455
Update prompt field
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks() as demo:
|
|
21 |
i_s = gr.Slider(label="sketch strength", minimum=0.1, maximum=0.9, step=0.1, value=0.9, interactive=True)
|
22 |
with gr.Column():
|
23 |
mod = gr.Text(label="Model HuggingFace id (after changing this wait until the model downloads in the console)", value="stabilityai/stable-diffusion-xl-base-1.0", interactive=True)
|
24 |
-
t = gr.Text(label="Prompt", value="
|
25 |
se = gr.Number(label="seed", value=1337, interactive=True)
|
26 |
with gr.Row(equal_height=True):
|
27 |
i = gr.Image(source="canvas", tool="color-sketch", shape=(canvas_size, canvas_size), width=canvas_size, height=canvas_size, type="pil")
|
|
|
21 |
i_s = gr.Slider(label="sketch strength", minimum=0.1, maximum=0.9, step=0.1, value=0.9, interactive=True)
|
22 |
with gr.Column():
|
23 |
mod = gr.Text(label="Model HuggingFace id (after changing this wait until the model downloads in the console)", value="stabilityai/stable-diffusion-xl-base-1.0", interactive=True)
|
24 |
+
t = gr.Text(label="Prompt", value="mascot logo of an {hamster dressed as james bond, 007, secret agent, pointing pistol at the viewer}", interactive=True)
|
25 |
se = gr.Number(label="seed", value=1337, interactive=True)
|
26 |
with gr.Row(equal_height=True):
|
27 |
i = gr.Image(source="canvas", tool="color-sketch", shape=(canvas_size, canvas_size), width=canvas_size, height=canvas_size, type="pil")
|