orpatashnik commited on
Commit
f3ae06b
1 Parent(s): 2f986b9

add github link

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -11,7 +11,7 @@ nltk.download('averaged_perceptron_tagger')
11
  from main import LPMConfig, main, setup
12
 
13
  DESCRIPTION = '''# Localizing Object-level Shape Variations with Text-to-Image Diffusion Models
14
- This is a demo for our ''Localizing Object-level Shape Variations with Text-to-Image Diffusion Models'' [paper](https://arxiv.org/abs/2303.11306).
15
  We introduce a method that generates object-level shape variation for a given image.
16
  This demo supports both generated images and real images. To modify a real image, please upload it to the input image block and provide a prompt that describes its contents.
17
 
 
11
  from main import LPMConfig, main, setup
12
 
13
  DESCRIPTION = '''# Localizing Object-level Shape Variations with Text-to-Image Diffusion Models
14
+ This is a demo for our ''Localizing Object-level Shape Variations with Text-to-Image Diffusion Models'' [paper](https://arxiv.org/abs/2303.11306). Code is available [here](https://github.com/orpatashnik/local-prompt-mixing)
15
  We introduce a method that generates object-level shape variation for a given image.
16
  This demo supports both generated images and real images. To modify a real image, please upload it to the input image block and provide a prompt that describes its contents.
17