Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,15 +37,15 @@ discord_link = "https://discord.gg/DkzMzwBTaw"
|
|
| 37 |
Title = f"""
|
| 38 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 39 |
<img src="https://huggingface.co/Tesslate/Tessa-T1-14B/resolve/main/tesslate_logo_color.png?download=true" alt="Tesslate Logo" style="height: 80px; margin-bottom: 10px;">
|
| 40 |
-
<h1 style="margin-bottom: 5px;">๐ Welcome to the
|
| 41 |
-
<p style="font-size: 1.1em;">
|
| 42 |
<p>Model by <a href="{creator_link}" target="_blank">TesslateAI</a> | <a href="{model_link}" target="_blank">View on Hugging Face</a> | Running with 8-bit Quantization | Streaming Output</p>
|
| 43 |
</div>
|
| 44 |
"""
|
| 45 |
|
| 46 |
description = f"""
|
| 47 |
-
Interact with **[{model_id}]({model_link})
|
| 48 |
-
|
| 49 |
This demo uses **8-bit quantization** via `bitsandbytes` for reduced memory footprint. **Flash Attention 2** is enabled if available. Output is **streamed** token-by-token.
|
| 50 |
"""
|
| 51 |
|
|
@@ -69,7 +69,7 @@ We've already delivered:
|
|
| 69 |
* **Tessa-T1:** A specialized reasoning engine optimized for React development and AI agents (You are here!)
|
| 70 |
* **Synthia S1:** Our flagship general-reasoning model, proving powerful reasoning capabilities beyond STEM into creativity and storytelling.
|
| 71 |
|
| 72 |
-
Our vision is bigger. We aim to
|
| 73 |
|
| 74 |
**Join us!** We're seeking strategic advice, introductions, compute resources, and capital.
|
| 75 |
๐ Visit **[tesslate.com]({website_link})** to learn more and connect.
|
|
|
|
| 37 |
Title = f"""
|
| 38 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 39 |
<img src="https://huggingface.co/Tesslate/Tessa-T1-14B/resolve/main/tesslate_logo_color.png?download=true" alt="Tesslate Logo" style="height: 80px; margin-bottom: 10px;">
|
| 40 |
+
<h1 style="margin-bottom: 5px;">๐ Welcome to the UIGEN Playground ๐</h1>
|
| 41 |
+
<p style="font-size: 1.1em;">Specialized UI based reasoning</p>
|
| 42 |
<p>Model by <a href="{creator_link}" target="_blank">TesslateAI</a> | <a href="{model_link}" target="_blank">View on Hugging Face</a> | Running with 8-bit Quantization | Streaming Output</p>
|
| 43 |
</div>
|
| 44 |
"""
|
| 45 |
|
| 46 |
description = f"""
|
| 47 |
+
Interact with **[{model_id}]({model_link})**.
|
| 48 |
+
UIGEN-T2 specializes in **frontend development**, leveraging advanced reasoning to autonomously generate well-structured components.
|
| 49 |
This demo uses **8-bit quantization** via `bitsandbytes` for reduced memory footprint. **Flash Attention 2** is enabled if available. Output is **streamed** token-by-token.
|
| 50 |
"""
|
| 51 |
|
|
|
|
| 69 |
* **Tessa-T1:** A specialized reasoning engine optimized for React development and AI agents (You are here!)
|
| 70 |
* **Synthia S1:** Our flagship general-reasoning model, proving powerful reasoning capabilities beyond STEM into creativity and storytelling.
|
| 71 |
|
| 72 |
+
Our vision is bigger. We aim to do everything covering training, inference, real-time agent actions, infrastructure, research, and innovative products. Weโre already piloting with industry-leading clients tackling everything from sophisticated design systems to real-time analytics.
|
| 73 |
|
| 74 |
**Join us!** We're seeking strategic advice, introductions, compute resources, and capital.
|
| 75 |
๐ Visit **[tesslate.com]({website_link})** to learn more and connect.
|