smirki commited on
Commit
2a676f6
ยท
verified ยท
1 Parent(s): 72572b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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 Tessa-T1-14B Demo ๐Ÿš€</h1>
41
- <p style="font-size: 1.1em;">Experience the power of specialized React 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})**, an innovative 14B parameter transformer model fine-tuned from Qwen2.5-Coder-14B-Instruct.
48
- Tessa-T1 specializes in **React frontend development**, leveraging advanced reasoning to autonomously generate well-structured, semantic React 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,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 be the **#1 trusted brand in fast, specialized AI**, 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.
 
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.