Spaces:
Runtime error
Runtime error
Commit
·
df8f309
1
Parent(s):
419f267
Update gradio_app.py
Browse filesAdd hyperlinks and redo the description wording
- 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
|
84 |
-
|
|
|
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 |
)
|