Spaces:
Runtime error
Runtime error
Commit
·
419f267
1
Parent(s):
f4586dd
Update gradio_app.py
Browse filesRestructure to multi line description.
- 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.
|
|
|
|
|
|
|
|
|
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 |
|