Spaces:
Runtime error
Runtime error
Commit
·
7981a92
1
Parent(s):
b21edab
Update gradio_app.py
Browse files- gradio_app.py +2 -4
gradio_app.py
CHANGED
@@ -78,10 +78,8 @@ 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 served using Monster API.
|
82 |
-
|
83 |
-
we have a impressive lineup of AI services served through our qblocks platform.
|
84 |
-
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.
|
85 |
""",
|
86 |
css="body {background-color: black}"
|
87 |
)
|
|
|
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 |
)
|