WZT commited on
Commit
1d8b8c4
·
1 Parent(s): c39c80d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def setsample(image):
136
  # run.click(fn=inference, inputs=inp, outputs=out)
137
  title = "GANs N' Roses"
138
  description = """Convert real-life face images into diverse anime versions of themselves. Use the default sample image or replace the input
139
- by first clicking X then dragging a new image into the Input box. Crop the image by clicking the pen tool. Click <b>Run</b> to transform the input
140
  into an anime version. Click <b>Clear</b> to clear the output box. Try running it multiple times for different anime styles!"""
141
  article = """<p>GANs N' Roses (GNR) is an image-to-image framework for face images that uses a multi-modal approach with novel definitions for content and style.
142
  <b>Content</b> is defined as what changes when a augmentations are applied to a face image. <b>Style</b> is defined as what does not change when augmentations
 
136
  # run.click(fn=inference, inputs=inp, outputs=out)
137
  title = "GANs N' Roses"
138
  description = """Convert real-life face images into diverse anime versions of themselves. Use the default sample image or replace the input
139
+ by first clicking X then dragging a new image into the Input box. Crop the image by clicking the pen tool. Click <b>Submit</b> to transform the input
140
  into an anime version. Click <b>Clear</b> to clear the output box. Try running it multiple times for different anime styles!"""
141
  article = """<p>GANs N' Roses (GNR) is an image-to-image framework for face images that uses a multi-modal approach with novel definitions for content and style.
142
  <b>Content</b> is defined as what changes when a augmentations are applied to a face image. <b>Style</b> is defined as what does not change when augmentations