Spaces:
Runtime error
Runtime error
Update backup2.app.py
Browse files- backup2.app.py +1 -1
backup2.app.py
CHANGED
@@ -113,7 +113,7 @@ def predict(input_img, ver):
|
|
113 |
return drawing
|
114 |
|
115 |
# 📝 Title for the Gradio interface
|
116 |
-
title="🖌️ Image to
|
117 |
|
118 |
# 🖼️ Dynamically generate examples from images in the directory
|
119 |
examples = []
|
|
|
113 |
return drawing
|
114 |
|
115 |
# 📝 Title for the Gradio interface
|
116 |
+
title="🖌️ Image to Simple and Complex Artistic Drawings"
|
117 |
|
118 |
# 🖼️ Dynamically generate examples from images in the directory
|
119 |
examples = []
|