Update app.py
#4
by
tmafantiri
- opened
app.py
CHANGED
|
@@ -128,7 +128,7 @@ def predict(input_img, ver):
|
|
| 128 |
return output_img
|
| 129 |
|
| 130 |
# 📝 Title for the Gradio interface
|
| 131 |
-
title="🖌️ Image to
|
| 132 |
|
| 133 |
# 🖼️ Dynamically generate examples from images in the directory
|
| 134 |
examples = []
|
|
|
|
| 128 |
return output_img
|
| 129 |
|
| 130 |
# 📝 Title for the Gradio interface
|
| 131 |
+
title="🖌️ Image to Artistic Drawing"
|
| 132 |
|
| 133 |
# 🖼️ Dynamically generate examples from images in the directory
|
| 134 |
examples = []
|