Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
#!/usr/bin/env python
|
2 |
-
|
3 |
from __future__ import annotations
|
4 |
|
5 |
import argparse
|
@@ -166,9 +165,7 @@ def main():
|
|
166 |
title=TITLE,
|
167 |
description='''
|
168 |
Demo for [KichangKim/DeepDanbooru](https://github.com/KichangKim/DeepDanbooru) with "ready to copy" prompt and a prompt analyzer.
|
169 |
-
|
170 |
Modified from [hysts/DeepDanbooru](https://huggingface.co/spaces/hysts/DeepDanbooru)
|
171 |
-
|
172 |
PNG Info code forked from [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
173 |
''',
|
174 |
theme=args.theme,
|
@@ -180,6 +177,6 @@ PNG Info code forked from [AUTOMATIC1111/stable-diffusion-webui](https://github.
|
|
180 |
share=args.share,
|
181 |
)
|
182 |
|
183 |
-
|
184 |
if __name__ == '__main__':
|
185 |
main()
|
|
|
1 |
#!/usr/bin/env python
|
|
|
2 |
from __future__ import annotations
|
3 |
|
4 |
import argparse
|
|
|
165 |
title=TITLE,
|
166 |
description='''
|
167 |
Demo for [KichangKim/DeepDanbooru](https://github.com/KichangKim/DeepDanbooru) with "ready to copy" prompt and a prompt analyzer.
|
|
|
168 |
Modified from [hysts/DeepDanbooru](https://huggingface.co/spaces/hysts/DeepDanbooru)
|
|
|
169 |
PNG Info code forked from [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
170 |
''',
|
171 |
theme=args.theme,
|
|
|
177 |
share=args.share,
|
178 |
)
|
179 |
|
180 |
+
|
181 |
if __name__ == '__main__':
|
182 |
main()
|