Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ def HWC3(x):
|
|
69 |
y = y.clip(0, 255).astype(np.uint8)
|
70 |
return y
|
71 |
|
72 |
-
DESCRIPTION =
|
73 |
-
|
74 |
sketch (or upload an image and have it auto-turned into a sketch) and turn your vision into art ✨
|
75 |
'''
|
76 |
|
|
|
69 |
y = y.clip(0, 255).astype(np.uint8)
|
70 |
return y
|
71 |
|
72 |
+
DESCRIPTION = '''# ⚡️Flash⚡️ Scribble SDXL 🖋️🌄super fast sketch to image with SDXL Flash, using [@xinsir](https://huggingface.co/xinsir) [scribble sdxl controlnet](https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0) and [sdxl flash](https://huggingface.co/sd-community/sdxl-flash)
|
73 |
+
|
74 |
sketch (or upload an image and have it auto-turned into a sketch) and turn your vision into art ✨
|
75 |
'''
|
76 |
|