gvij commited on
Commit
b8a51c2
1 Parent(s): 7981a92

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -4
gradio_app.py CHANGED
@@ -77,10 +77,8 @@ input_text = gr.Interface(
77
  outputs=output_components,
78
  live=False,
79
  capture_session=True,
80
- title="Monster API LLM Output Comparison.",
81
- description="""Generate outputs from selected models served using Monster API. Check out our AI services at [monsterapi](https://monsterapi.ai).
82
- we have a impressive lineup of AI services served through our qblocks platform. We offer State of Art GPU nodes at cheapest possible price check us out and signup [here](https://www.qblocks.cloud) for free credits to try it out.
83
- """,
84
  css="body {background-color: black}"
85
  )
86
 
 
77
  outputs=output_components,
78
  live=False,
79
  capture_session=True,
80
+ title="LLM Evaluation powered by MonsterAPI",
81
+ description="""This HuggingFace Space has been designed to help you evaluate the output of LLMs like Llama 2 7B, Falcon-7B and MPT-7B in parallel. These models are hosted on [MonsterAPI](https://monsterapi.ai/?utm_source=llm-evaluation&utm_medium=referral) - A decentralised GPU computing platform built for accessing AI models via scalable APIs and [finetuning LLMs](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm) at very low cost using no-code implementation. These LLMs are accessible via scalable REST APIs. Checkout our [API documentation](https://documenter.getpostman.com/view/13759598/2s8ZDVZ3Yi) to integrate them in your AI powered applications.""",
 
 
82
  css="body {background-color: black}"
83
  )
84