Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ with gr.Blocks() as img:
|
|
83 |
max_lines=1,
|
84 |
placeholder="Enter your prompt",
|
85 |
container=False,
|
|
|
86 |
)
|
87 |
|
88 |
num_inference_steps = gr.Slider(
|
@@ -95,7 +96,7 @@ with gr.Blocks() as img:
|
|
95 |
|
96 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
97 |
|
98 |
-
result = gr.Image(label="Result", show_label=False)
|
99 |
|
100 |
with gr.Accordion("Advanced Settings", open=False):
|
101 |
negative_prompt = gr.Text(
|
|
|
83 |
max_lines=1,
|
84 |
placeholder="Enter your prompt",
|
85 |
container=False,
|
86 |
+
value="murasame \(senren\), senren banka"
|
87 |
)
|
88 |
|
89 |
num_inference_steps = gr.Slider(
|
|
|
96 |
|
97 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
98 |
|
99 |
+
result = gr.Image(label="Result", show_label=False, value=Image.open(requests.get("https://huggingface.co/None1145/noobai-XL-Vpred-0.65s-openvino/blob/main/example.webp").content))
|
100 |
|
101 |
with gr.Accordion("Advanced Settings", open=False):
|
102 |
negative_prompt = gr.Text(
|