clementchadebec commited on
Commit
b29eaf1
1 Parent(s): 95a0bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(css=css) as demo:
99
  """
100
  )
101
  gr.Markdown(
102
- "*Hint 💡:* To better appreciate the low latency of our method, run the demo locally !"
103
  )
104
 
105
  with gr.Row():
@@ -131,7 +131,7 @@ with gr.Blocks(css=css) as demo:
131
  examples = gr.Examples(examples=examples, inputs=[prompt])
132
 
133
  gr.Markdown(
134
- "*Disclaimer:*"
135
  )
136
  gr.Markdown(
137
  "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."
 
99
  """
100
  )
101
  gr.Markdown(
102
+ "💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
103
  )
104
 
105
  with gr.Row():
 
131
  examples = gr.Examples(examples=examples, inputs=[prompt])
132
 
133
  gr.Markdown(
134
+ "**Disclaimer:**"
135
  )
136
  gr.Markdown(
137
  "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."