s3nh commited on
Commit
b5783f2
1 Parent(s): 19312aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -330,8 +330,9 @@ with gr.Blocks(
330
  with gr.Accordion("Disclaimer", open=True):
331
  _ = Path(model_loc).name
332
  gr.Markdown(
333
- f"Disclaimer: I AM NOT RESPONSIBLE FOR ANY PROMPT PROVIDED BY USER AND PROMPT RETURNED FROM THE MODEL. THIS APP SHOULD BE USED FOR EDUCATIONAL PURPOSE
334
- WITHOUT ANY OFFENSIVE, AGGRESIVE INTENTS. {_} can produce factually incorrect output, and should not be relied on to produce "
 
335
  "factually accurate information. {_} was trained on various public datasets; while great efforts "
336
  "have been taken to clean the pretraining data, it is possible that this model could generate lewd, "
337
  "biased, or otherwise offensive outputs.",
 
330
  with gr.Accordion("Disclaimer", open=True):
331
  _ = Path(model_loc).name
332
  gr.Markdown(
333
+ f"Disclaimer: I AM NOT RESPONSIBLE FOR ANY PROMPT PROVIDED BY USER AND PROMPT RETURNED FROM THE MODEL."
334
+ "THIS APP SHOULD BE USED FOR EDUCATIONAL PURPOSE"
335
+ "WITHOUT ANY OFFENSIVE, AGGRESIVE INTENTS. {_} can produce factually incorrect output, and should not be relied on to produce"
336
  "factually accurate information. {_} was trained on various public datasets; while great efforts "
337
  "have been taken to clean the pretraining data, it is possible that this model could generate lewd, "
338
  "biased, or otherwise offensive outputs.",