Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -291,13 +291,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
291 |
gr.Markdown(
|
292 |
"""
|
293 |
# Diptych Prompting: Zero-Shot Subject-Driven Image Generation
|
294 |
-
###
|
295 |
-
**Instructions:**
|
296 |
-
1. Upload a clear image of a subject.
|
297 |
-
2. Describe the subject in the "Subject Name" box (e.g., 'a plush bear', 'a red sports car').
|
298 |
-
3. Describe the new scene for your subject in the "Target Prompt" box.
|
299 |
-
|
300 |
-
> **Note:** This demo runs on a powerful GPU and requires over **40GB of VRAM**. Inference may take 1-2 minutes.
|
301 |
"""
|
302 |
)
|
303 |
with gr.Row():
|
|
|
291 |
gr.Markdown(
|
292 |
"""
|
293 |
# Diptych Prompting: Zero-Shot Subject-Driven Image Generation
|
294 |
+
### Gradio Demo for the paper "[Large-Scale Text-to-Image Model with Inpainting is a Zero-Shot Subject-Driven Image Generator](https://diptychprompting.github.io/)"
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
"""
|
296 |
)
|
297 |
with gr.Row():
|