Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -320,8 +320,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
320 |
gr.Markdown(
|
321 |
"""
|
322 |
# Diptych Prompting: Zero-Shot Subject-Driven & Style-Driven Image Generation
|
323 |
-
###
|
324 |
-
This demo implements both subject-driven generation and style transfer with advanced controls.
|
325 |
"""
|
326 |
)
|
327 |
with gr.Row():
|
|
|
320 |
gr.Markdown(
|
321 |
"""
|
322 |
# Diptych Prompting: Zero-Shot Subject-Driven & Style-Driven Image Generation
|
323 |
+
### Demo for the paper "[Large-Scale Text-to-Image Model with Inpainting is a Zero-Shot Subject-Driven Image Generator](https://diptychprompting.github.io/)"
|
|
|
324 |
"""
|
325 |
)
|
326 |
with gr.Row():
|