Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -204,17 +204,18 @@ with gr.Blocks() as demo:
|
|
| 204 |
gr.Markdown("changing the minedge could lead to different style similarity.")
|
| 205 |
default_prompt='Style Transfer the style of Figure 2 to Figure 1, and keep the content and characteristics of Figure 1.'
|
| 206 |
gr.Examples(examples=[
|
| 207 |
-
['./qwenstyleref/pulpfiction_2.jpg','./qwenstyleref/styleref=6_style_ref.png',default_prompt],
|
| 208 |
-
['./qwenstyleref/styleref=0_content_ref.png','./qwenstyleref/110.png',default_prompt],
|
| 209 |
-
['./qwenstyleref/romanholiday_1.jpg','./qwenstyleref/s0099____1113_01_query_1_img_000146_1682705733350_08158389675901344.jpg.jpg',default_prompt],
|
| 210 |
-
['./qwenstyleref/styleref=0_content_ref.png','./qwenstyleref/125.png',default_prompt],
|
| 211 |
-
['./qwenstyleref/fallenangle.jpg','./qwenstyleref/styleref=s0038.png',default_prompt],
|
| 212 |
-
['./qwenstyleref/styleref=0_content_ref.png','./qwenstyleref/styleref=s0572.png',default_prompt],
|
| 213 |
-
['./qwenstyleref/startrooper1.jpg','./qwenstyleref/david-face-760x985.jpg','Style Transfer Figure 1 into marble material.'],
|
| 214 |
-
['./qwenstyleref/
|
| 215 |
-
['./qwenstyleref/
|
| 216 |
-
['./qwenstyleref/
|
| 217 |
-
['./qwenstyleref/
|
|
|
|
| 218 |
|
| 219 |
|
| 220 |
|
|
|
|
| 204 |
gr.Markdown("changing the minedge could lead to different style similarity.")
|
| 205 |
default_prompt='Style Transfer the style of Figure 2 to Figure 1, and keep the content and characteristics of Figure 1.'
|
| 206 |
gr.Examples(examples=[
|
| 207 |
+
['./qwenstyleref/pulpfiction_2.jpg','./qwenstyleref/styleref=6_style_ref.png',default_prompt,123,False,1.0,4,832],
|
| 208 |
+
['./qwenstyleref/styleref=0_content_ref.png','./qwenstyleref/110.png',default_prompt,123,False,1.0,4,832],
|
| 209 |
+
['./qwenstyleref/romanholiday_1.jpg','./qwenstyleref/s0099____1113_01_query_1_img_000146_1682705733350_08158389675901344.jpg.jpg',default_prompt,123,False,1.0,4,800],
|
| 210 |
+
['./qwenstyleref/styleref=0_content_ref.png','./qwenstyleref/125.png',default_prompt,123,False,1.0,4,832],
|
| 211 |
+
['./qwenstyleref/fallenangle.jpg','./qwenstyleref/styleref=s0038.png',default_prompt,123,False,1.0,4,832],
|
| 212 |
+
['./qwenstyleref/styleref=0_content_ref.png','./qwenstyleref/styleref=s0572.png',default_prompt,123,False,1.0,4,832],
|
| 213 |
+
['./qwenstyleref/startrooper1.jpg','./qwenstyleref/david-face-760x985.jpg','Style Transfer Figure 1 into marble material.',123,False,1.0,4,1024],
|
| 214 |
+
['./qwenstyleref/startrooper1.jpg','./qwenstyleref/125.png',default_prompt, 123,False,1.0,4,1024],
|
| 215 |
+
['./qwenstyleref/possession.png','./qwenstyleref/s0026____0907_01_query_0_img_000194_1682674358294_041656249089406583.jpeg.jpg',default_prompt,123,False,1.0,4,832],
|
| 216 |
+
['./qwenstyleref/styleref=0_content_ref.png','./qwenstyleref/Jotarokujo.webp',default_prompt,123,False,1.0,4,832],
|
| 217 |
+
['./qwenstyleref/wallstreet1.jpg','./qwenstyleref/034.png',default_prompt,123,False,1.0,4,1024],
|
| 218 |
+
['./qwenstyleref/bird.jpeg','./qwenstyleref/styleref=s0539.png',default_prompt,123,False,1.0,4,832],
|
| 219 |
|
| 220 |
|
| 221 |
|