Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def predict(input_img, ver):
|
|
107 |
drawing = transforms.ToPILImage()(drawing)
|
108 |
return drawing
|
109 |
|
110 |
-
title="
|
111 |
description="Image to Line Drawing"
|
112 |
# article = "<p style='text-align: center'></p>"
|
113 |
examples=[
|
|
|
107 |
drawing = transforms.ToPILImage()(drawing)
|
108 |
return drawing
|
109 |
|
110 |
+
title="Image to Line Drawings - Complex and Simple Portraits and Landscapes"
|
111 |
description="Image to Line Drawing"
|
112 |
# article = "<p style='text-align: center'></p>"
|
113 |
examples=[
|