Update app.py
Browse files
app.py
CHANGED
|
@@ -120,6 +120,14 @@ image_encoder = CLIPVisionModelWithProjection.from_pretrained(model_global_path
|
|
| 120 |
|
| 121 |
|
| 122 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
[
|
| 124 |
"ๅ็ฅๆผซ็ป2019101113203050769.jpg",
|
| 125 |
["ๅฏไบ(20).png", "ๅฎๆ (20).png",],
|
|
|
|
| 120 |
|
| 121 |
|
| 122 |
examples = [
|
| 123 |
+
[
|
| 124 |
+
"./assets/example_6/input.jpg",
|
| 125 |
+
["./assets/example_6/ref1.jpg", "./assets/example_6/ref2.jpg", "./assets/example_6/ref3.jpg"],
|
| 126 |
+
"GrayImage(ScreenStyle)",
|
| 127 |
+
"512x800",
|
| 128 |
+
0,
|
| 129 |
+
10
|
| 130 |
+
],
|
| 131 |
[
|
| 132 |
"ๅ็ฅๆผซ็ป2019101113203050769.jpg",
|
| 133 |
["ๅฏไบ(20).png", "ๅฎๆ (20).png",],
|