VikasQblocks commited on
Commit
f4586dd
·
1 Parent(s): ecc07c2

Include content about MonsterAPI

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -78,7 +78,7 @@ input_text = gr.Interface(
78
  live=False,
79
  capture_session=True,
80
  title="Monster API LLM Output Comparison.",
81
- description="Generate outputs from selected models using Monster API.",
82
  css="body {background-color: black}"
83
  )
84
 
 
78
  live=False,
79
  capture_session=True,
80
  title="Monster API LLM Output Comparison.",
81
+ description="Generate outputs from selected models using Monster API. \n Check out our AI service https://monsterapi.ai \n Running on our https://www.qblocks.cloud platform where we offer SOA GPU nodes at cheapest possible price.",
82
  css="body {background-color: black}"
83
  )
84