Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ if __name__ == "__main__":
|
|
19 |
inputs="image",
|
20 |
outputs="image",
|
21 |
title="Image Convert to 128x128 and Upscale to 512x512",
|
22 |
-
description="
|
23 |
)
|
24 |
# インターフェースを公開
|
25 |
iface.launch(share=True)
|
|
|
19 |
inputs="image",
|
20 |
outputs="image",
|
21 |
title="Image Convert to 128x128 and Upscale to 512x512",
|
22 |
+
description="force convert to 128x128 image and upscale 512x512 with stable-diffusion-x4-upscaler",
|
23 |
)
|
24 |
# インターフェースを公開
|
25 |
iface.launch(share=True)
|