Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=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,
|