ffreemt commited on
Commit
94adf95
1 Parent(s): 53313ac

Update concurrency_count

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -351,12 +351,11 @@ with gr.Blocks(
351
  # """<center><a href="https://huggingface.co/spaces/mikeee/mpt-30b-chat?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate"></a> and spin a CPU UPGRADE to avoid the queue</center>"""
352
  # )
353
  gr.Markdown(
354
- dedent(f"""<h5><center>{Path(model_loc).name}</center></h4>
355
-
356
  Most examples are meant for another model.
357
  You probably should try to test
358
  some related prompts. For example:\n
359
- {prompt_template}"""),
360
  elem_classes="xsmall",
361
  )
362
 
 
351
  # """<center><a href="https://huggingface.co/spaces/mikeee/mpt-30b-chat?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate"></a> and spin a CPU UPGRADE to avoid the queue</center>"""
352
  # )
353
  gr.Markdown(
354
+ f"""<h5><center>{Path(model_loc).name}</center></h4>
 
355
  Most examples are meant for another model.
356
  You probably should try to test
357
  some related prompts. For example:\n
358
+ {prompt_template}""",
359
  elem_classes="xsmall",
360
  )
361