multimodalart HF Staff commited on
Commit
acdfb55
·
verified ·
1 Parent(s): 0930d5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
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
- ### Official 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
- **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():