mikeee commited on
Commit
cf841df
1 Parent(s): 54d9629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks(
244
 
245
  # with gr.Row():
246
  with gr.Accordion("Disclaimer", open=False):
247
- _ {'-'.join(model_filename.split('-')[:2])}
248
  gr.Markdown(
249
  f"Disclaimer: {_} can produce factually incorrect output, and should not be relied on to produce "
250
  "factually accurate information. {_} was trained on various public datasets; while great efforts "
 
244
 
245
  # with gr.Row():
246
  with gr.Accordion("Disclaimer", open=False):
247
+ _ = "-".join(model_filename.split("-")[:2])
248
  gr.Markdown(
249
  f"Disclaimer: {_} can produce factually incorrect output, and should not be relied on to produce "
250
  "factually accurate information. {_} was trained on various public datasets; while great efforts "