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

Update gradio_app.py

Browse files

Restructure to multi line description.

Files changed (1) hide show
  1. gradio_app.py +5 -1
gradio_app.py CHANGED
@@ -78,7 +78,11 @@ 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. \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
 
 
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.
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
  )
88