Spaces:
Running
Running
Fabrice-TIERCELIN
commited on
Commit
•
6b68615
1
Parent(s):
aac7796
A car, in the street, in a city, photorealistic, realistic, extremely detailled, 8k
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ with gr.Blocks() as interface:
|
|
283 |
seed = gr.Slider(minimum = 0, maximum = max_64_bit_int, step = 1, randomize = True, label = "Seed")
|
284 |
debug_mode = gr.Checkbox(label = "Debug mode", value = False, info = "Show intermediate results")
|
285 |
|
286 |
-
submit = gr.Button("🚀 Inpaint", variant = "primary")
|
287 |
|
288 |
inpainted_image = gr.Image(label = "Inpainted image")
|
289 |
information = gr.HTML()
|
@@ -423,6 +423,20 @@ with gr.Blocks() as interface:
|
|
423 |
42,
|
424 |
False
|
425 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
426 |
],
|
427 |
cache_examples = False,
|
428 |
)
|
|
|
283 |
seed = gr.Slider(minimum = 0, maximum = max_64_bit_int, step = 1, randomize = True, label = "Seed")
|
284 |
debug_mode = gr.Checkbox(label = "Debug mode", value = False, info = "Show intermediate results")
|
285 |
|
286 |
+
submit = gr.Button("🚀 Inpaint/Outpaint", variant = "primary")
|
287 |
|
288 |
inpainted_image = gr.Image(label = "Inpainted image")
|
289 |
information = gr.HTML()
|
|
|
423 |
42,
|
424 |
False
|
425 |
],
|
426 |
+
[
|
427 |
+
"./Examples/Example6.webp",
|
428 |
+
"A car, in the street, in a city, photorealistic, realistic, extremely detailled, 8k",
|
429 |
+
"./Examples/Mask6.webp",
|
430 |
+
"Ugly, malformed, painting, drawing, cartoon, anime, 3d, noise, blur, watermark, forest, wood, trees",
|
431 |
+
25,
|
432 |
+
7,
|
433 |
+
1.1,
|
434 |
+
0.99,
|
435 |
+
1000,
|
436 |
+
False,
|
437 |
+
42,
|
438 |
+
False
|
439 |
+
],
|
440 |
],
|
441 |
cache_examples = False,
|
442 |
)
|