Ahsen Khaliq commited on
Commit
cd95005
1 Parent(s): eeb6b38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -519,9 +519,9 @@ def gradio_inference(image):
519
  resize_w=400, # resize original input to this size. None means do not resize.
520
  serial=True) # if need animation, serial must be True.
521
 
522
- title = "Anime2Sketch"
523
- description = "demo for Anime2Sketch. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
524
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.05703'>Adversarial Open Domain Adaption for Sketch-to-Photo Synthesis</a> | <a href='https://github.com/Mukosame/Anime2Sketch'>Github Repo</a></p>"
525
 
526
  gr.Interface(
527
  gradio_inference,
 
519
  resize_w=400, # resize original input to this size. None means do not resize.
520
  serial=True) # if need animation, serial must be True.
521
 
522
+ title = "Paint Transformer"
523
+ description = "Gradio demo for Paint Transformer: Feed Forward Neural Painting with Stroke Prediction. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
524
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2108.03798'>Paint Transformer: Feed Forward Neural Painting with Stroke Prediction</a> | <a href='https://github.com/Huage001/PaintTransformer'>Github Repo</a></p>"
525
 
526
  gr.Interface(
527
  gradio_inference,