Ahsen Khaliq commited on
Commit
b6102ce
·
1 Parent(s): 366b346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -503,9 +503,9 @@ def gradio_inference(image):
503
  resize_w=512, # resize original input to this size. None means do not resize.
504
  serial=False) # if need animation, serial must be True.
505
 
506
- title = "Anime2Sketch"
507
- 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."
508
- 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>"
509
 
510
  gr.Interface(
511
  gradio_inference,
 
503
  resize_w=512, # resize original input to this size. None means do not resize.
504
  serial=False) # if need animation, serial must be True.
505
 
506
+ title = "Paint Transformer"
507
+ 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."
508
+ 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>"
509
 
510
  gr.Interface(
511
  gradio_inference,