Spaces:
Running
on
A10G
Running
on
A10G
png output instead of webp
Browse files
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 |
|