fantaxy commited on
Commit
607ff49
·
verified ·
1 Parent(s): cd59b44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
175
  examples = gr.Examples(
176
  examples=[
177
  [42, False, "z1.webp", 28, 4, 0.6],
178
- [42, False, "z1.webp", 28, 4, 0.6],
179
 
180
  ],
181
  inputs=[
@@ -211,10 +211,7 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
211
  # ],
212
  # )
213
 
214
- gr.Markdown("**Disclaimer:**")
215
- gr.Markdown(
216
- "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."
217
- )
218
  gr.on(
219
  [run_button.click],
220
  fn=infer,
 
175
  examples = gr.Examples(
176
  examples=[
177
  [42, False, "z1.webp", 28, 4, 0.6],
178
+ [42, False, "z2.webp", 28, 4, 0.6],
179
 
180
  ],
181
  inputs=[
 
211
  # ],
212
  # )
213
 
214
+
 
 
 
215
  gr.on(
216
  [run_button.click],
217
  fn=infer,