mikeee commited on
Commit
3943200
1 Parent(s): 35e05cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(
168
  gr.Markdown(
169
  f"""<h4><center>{model_filename}</center></h4>
170
 
171
- The examples are meant for another model. You should try with
172
  some coder-related prompts.
173
 
174
  Try to refresh the browser and try again when occasionally errors occur.
@@ -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.",
 
168
  gr.Markdown(
169
  f"""<h4><center>{model_filename}</center></h4>
170
 
171
+ The examples are meant for another model. You probably should try
172
  some coder-related prompts.
173
 
174
  Try to refresh the browser and try again when occasionally errors occur.
 
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.",