Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -404,7 +404,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 404 |
"Nothing",
|
| 405 |
"cyber_style.jpg",
|
| 406 |
"white.png",
|
| 407 |
-
|
| 408 |
"sword.png",
|
| 409 |
"white.png",
|
| 410 |
"white.png",
|
|
@@ -415,6 +415,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 415 |
"white.png",
|
| 416 |
"white.png",
|
| 417 |
"white.png",
|
|
|
|
| 418 |
1,
|
| 419 |
1,
|
| 420 |
1,
|
|
@@ -430,6 +431,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 430 |
50,
|
| 431 |
512,
|
| 432 |
1,
|
|
|
|
| 433 |
],
|
| 434 |
[
|
| 435 |
"Image",
|
|
@@ -441,7 +443,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 441 |
"Nothing",
|
| 442 |
"scream_style.jpeg",
|
| 443 |
"white.png",
|
| 444 |
-
|
| 445 |
"motorcycle.jpg",
|
| 446 |
"white.png",
|
| 447 |
"white.png",
|
|
@@ -452,6 +454,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 452 |
"white.png",
|
| 453 |
"white.png",
|
| 454 |
"white.png",
|
|
|
|
| 455 |
1,
|
| 456 |
1,
|
| 457 |
1,
|
|
@@ -467,6 +470,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 467 |
50,
|
| 468 |
512,
|
| 469 |
1,
|
|
|
|
| 470 |
],
|
| 471 |
],
|
| 472 |
fn=processer.run,
|
|
|
|
| 404 |
"Nothing",
|
| 405 |
"cyber_style.jpg",
|
| 406 |
"white.png",
|
| 407 |
+
"white.png",
|
| 408 |
"sword.png",
|
| 409 |
"white.png",
|
| 410 |
"white.png",
|
|
|
|
| 415 |
"white.png",
|
| 416 |
"white.png",
|
| 417 |
"white.png",
|
| 418 |
+
"white.png",
|
| 419 |
1,
|
| 420 |
1,
|
| 421 |
1,
|
|
|
|
| 431 |
50,
|
| 432 |
512,
|
| 433 |
1,
|
| 434 |
+
"v1-5-pruned-emaonly.ckpt",
|
| 435 |
],
|
| 436 |
[
|
| 437 |
"Image",
|
|
|
|
| 443 |
"Nothing",
|
| 444 |
"scream_style.jpeg",
|
| 445 |
"white.png",
|
| 446 |
+
"white.png",
|
| 447 |
"motorcycle.jpg",
|
| 448 |
"white.png",
|
| 449 |
"white.png",
|
|
|
|
| 454 |
"white.png",
|
| 455 |
"white.png",
|
| 456 |
"white.png",
|
| 457 |
+
"white.png",
|
| 458 |
1,
|
| 459 |
1,
|
| 460 |
1,
|
|
|
|
| 470 |
50,
|
| 471 |
512,
|
| 472 |
1,
|
| 473 |
+
"v1-5-pruned-emaonly.ckpt",
|
| 474 |
],
|
| 475 |
],
|
| 476 |
fn=processer.run,
|