Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
b6102ce
1
Parent(s):
366b346
Update app.py
Browse files
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 = "
|
507 |
-
description = "demo for
|
508 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/
|
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,
|