NoCrypt commited on
Commit
3ef5768
1 Parent(s): fb697b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -162,11 +162,11 @@ def main():
162
  ['miku2.jpg',0.5]
163
  ],
164
  title=TITLE,
165
- description=gr.Markdown('''
166
  Modified from [hysts/DeepDanbooru](https://huggingface.co/spaces/hysts/DeepDanbooru)
167
 
168
  PNG Info code forked from [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
169
- '''),
170
  theme=args.theme,
171
  allow_flagging=args.allow_flagging,
172
  live=args.live,
 
162
  ['miku2.jpg',0.5]
163
  ],
164
  title=TITLE,
165
+ description='''
166
  Modified from [hysts/DeepDanbooru](https://huggingface.co/spaces/hysts/DeepDanbooru)
167
 
168
  PNG Info code forked from [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
169
+ ''',
170
  theme=args.theme,
171
  allow_flagging=args.allow_flagging,
172
  live=args.live,