mikeee commited on
Commit
617ea66
1 Parent(s): 07b4422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks(
245
  # with gr.Row():
246
  with gr.Accordion("Disclaimer", open=False):
247
  gr.Markdown(
248
- f"Disclaimer: {'-'.join(model_filename.split("-")[:2])} can produce factually incorrect output, and should not be relied on to produce "
249
  "factually accurate information. MPT-30B was trained on various public datasets; while great efforts "
250
  "have been taken to clean the pretraining data, it is possible that this model could generate lewd, "
251
  "biased, or otherwise offensive outputs.",
 
245
  # with gr.Row():
246
  with gr.Accordion("Disclaimer", open=False):
247
  gr.Markdown(
248
+ f"Disclaimer: {'-'.join(model_filename.split('-')[:2])} can produce factually incorrect output, and should not be relied on to produce "
249
  "factually accurate information. MPT-30B was trained on various public datasets; while great efforts "
250
  "have been taken to clean the pretraining data, it is possible that this model could generate lewd, "
251
  "biased, or otherwise offensive outputs.",