fffiloni commited on
Commit
8144c72
1 Parent(s): ca7b577

png output instead of webp

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks(css=css) as demo:
144
  "This demo is only for research purpose. Jasper cannot be held responsible for the generation of NSFW (Not Safe For Work) content through the use of this demo. Users are solely responsible for any content they create, and it is their obligation to ensure that it adheres to appropriate and ethical standards. Jasper provides the tools, but the responsibility for their use lies with the individual user."
145
  )
146
 
147
- result = gr.Image(label="Result", show_label=False)
148
 
149
 
150
 
 
144
  "This demo is only for research purpose. Jasper cannot be held responsible for the generation of NSFW (Not Safe For Work) content through the use of this demo. Users are solely responsible for any content they create, and it is their obligation to ensure that it adheres to appropriate and ethical standards. Jasper provides the tools, but the responsibility for their use lies with the individual user."
145
  )
146
 
147
+ result = gr.Image(label="Result", show_label=False, format="png")
148
 
149
 
150