Akjava commited on
Commit
3b9712f
·
1 Parent(s): 34b4cda
Files changed (1) hide show
  1. app.py +1 -1
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="Upload an image to Upscale",
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)