Deadmon commited on
Commit
b8d4b4e
โ€ข
1 Parent(s): 835ed52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -69,8 +69,7 @@ def HWC3(x):
69
  y = y.clip(0, 255).astype(np.uint8)
70
  return y
71
 
72
- DESCRIPTION = '''# Scribble SDXL ๐Ÿ–‹๏ธ๐ŸŒ„
73
- sketch to image with SDXL, using [@xinsir](https://huggingface.co/xinsir) [scribble sdxl controlnet](https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0), [sdxl controlnet canny](https://huggingface.co/xinsir/controlnet-canny-sdxl-1.0)
74
  '''
75
 
76
  if not torch.cuda.is_available():
 
69
  y = y.clip(0, 255).astype(np.uint8)
70
  return y
71
 
72
+ DESCRIPTION = '''
 
73
  '''
74
 
75
  if not torch.cuda.is_available():