Spaces:
Running
Running
miku theme
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ Models that are used is private to comply with License.
|
|
64 |
Code forked from [arenatemp/pixelization_inference](https://github.com/arenatemp/pixelization_inference) and [AUTOMATIC1111/stable-diffusion-webui-pixelization](https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization), modified to work with spaces.
|
65 |
|
66 |
''',
|
67 |
-
theme=
|
68 |
allow_flagging=args.allow_flagging,
|
69 |
live=args.live,
|
70 |
).launch(
|
|
|
64 |
Code forked from [arenatemp/pixelization_inference](https://github.com/arenatemp/pixelization_inference) and [AUTOMATIC1111/stable-diffusion-webui-pixelization](https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization), modified to work with spaces.
|
65 |
|
66 |
''',
|
67 |
+
theme='NoCrypt/miku',
|
68 |
allow_flagging=args.allow_flagging,
|
69 |
live=args.live,
|
70 |
).launch(
|