Files changed (1) hide show
  1. app.py +1 -1
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 Line Drawings - Complex and Simple Portraits and Landscapes"
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 = []