Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -385,7 +385,7 @@ with gr.Blocks() as demo:
|
|
| 385 |
gr.Markdown("changing the minedge could lead to different style similarity.")
|
| 386 |
default_prompt='Style Transfer the style of Figure 2 to Figure 1, and keep the content and characteristics of Figure 1.'
|
| 387 |
gr.Examples(examples=[
|
| 388 |
-
['./qwenstyleref/content_1.webp','./qwenstyleref/style_1.jpg',
|
| 389 |
['./qwenstyleref/content_6.jpg','./qwenstyleref/style_6.png',default_prompt,123,False,1.0,4,1024,[]],
|
| 390 |
['./qwenstyleref/style_6.png','./qwenstyleref/content_6.jpg','',123,False,1.0,4,1024,["infer with style prompt"]],
|
| 391 |
['./qwenstyleref/content_3.png','./qwenstyleref/style_3.png','',123,False,1.0,4,1024,[]],
|
|
|
|
| 385 |
gr.Markdown("changing the minedge could lead to different style similarity.")
|
| 386 |
default_prompt='Style Transfer the style of Figure 2 to Figure 1, and keep the content and characteristics of Figure 1.'
|
| 387 |
gr.Examples(examples=[
|
| 388 |
+
['./qwenstyleref/content_1.webp','./qwenstyleref/style_1.jpg','',123,False,1.0,4,1024,[]],
|
| 389 |
['./qwenstyleref/content_6.jpg','./qwenstyleref/style_6.png',default_prompt,123,False,1.0,4,1024,[]],
|
| 390 |
['./qwenstyleref/style_6.png','./qwenstyleref/content_6.jpg','',123,False,1.0,4,1024,["infer with style prompt"]],
|
| 391 |
['./qwenstyleref/content_3.png','./qwenstyleref/style_3.png','',123,False,1.0,4,1024,[]],
|