Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ with block:
|
|
| 236 |
examples = gr.Examples(
|
| 237 |
examples=[
|
| 238 |
[
|
| 239 |
-
"preset/datasets/test_datasets/
|
| 240 |
"",
|
| 241 |
False,
|
| 242 |
0.1,
|
|
@@ -257,8 +257,8 @@ with block:
|
|
| 257 |
"",
|
| 258 |
True,
|
| 259 |
0.1,
|
| 260 |
-
4,
|
| 261 |
16,
|
|
|
|
| 262 |
"clean, high-resolution, 8k, best quality, masterpiece",
|
| 263 |
"dotted, noise, blur, lowres, oversmooth, longbody, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality",
|
| 264 |
50,
|
|
|
|
| 236 |
examples = gr.Examples(
|
| 237 |
examples=[
|
| 238 |
[
|
| 239 |
+
"preset/datasets/test_datasets/woman.png",
|
| 240 |
"",
|
| 241 |
False,
|
| 242 |
0.1,
|
|
|
|
| 257 |
"",
|
| 258 |
True,
|
| 259 |
0.1,
|
|
|
|
| 260 |
16,
|
| 261 |
+
4,
|
| 262 |
"clean, high-resolution, 8k, best quality, masterpiece",
|
| 263 |
"dotted, noise, blur, lowres, oversmooth, longbody, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality",
|
| 264 |
50,
|