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