Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -638,7 +638,7 @@ def get_example():
|
|
| 638 |
"Inpainting with Black mask", # Example name - new column
|
| 639 |
"./assets/examples/inpainting/giorno.webp", # Preview column
|
| 640 |
["./assets/examples/inpainting/giorno.webp"], # Input image path
|
| 641 |
-
"[[
|
| 642 |
NEGATIVE_PROMPT,
|
| 643 |
50, # num_steps
|
| 644 |
4.0, # guidance_scale
|
|
|
|
| 638 |
"Inpainting with Black mask", # Example name - new column
|
| 639 |
"./assets/examples/inpainting/giorno.webp", # Preview column
|
| 640 |
["./assets/examples/inpainting/giorno.webp"], # Input image path
|
| 641 |
+
"[[inpainting]]",
|
| 642 |
NEGATIVE_PROMPT,
|
| 643 |
50, # num_steps
|
| 644 |
4.0, # guidance_scale
|