VikasQblocks commited on
Commit
df8f309
·
1 Parent(s): 419f267

Update gradio_app.py

Browse files

Add hyperlinks and redo the description wording

Files changed (1) hide show
  1. gradio_app.py +3 -2
gradio_app.py CHANGED
@@ -80,8 +80,9 @@ input_text = gr.Interface(
80
  title="Monster API LLM Output Comparison.",
81
  description="""Generate outputs from selected models served using Monster API.
82
 
83
- Check out our AI service https://monsterapi.ai it is running on our qblocks platform.
84
- We offer State of Art GPU nodes at cheapest possible price check us out here: https://www.qblocks.cloud
 
85
  """,
86
  css="body {background-color: black}"
87
  )
 
80
  title="Monster API LLM Output Comparison.",
81
  description="""Generate outputs from selected models served using Monster API.
82
 
83
+ Check out our AI services at [monsterapi](https://monsterapi.ai).
84
+ we have a impressive lineup of AI services served through our qblocks platform.
85
+ 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.
86
  """,
87
  css="body {background-color: black}"
88
  )