Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
# Define section contents
|
4 |
def intro():
|
5 |
return """## Welcome to NexaHub
|
6 |
-
**NexaHub** is the central interface for the entire Nexa ecosystem
|
7 |
|
8 |
---
|
9 |
|
@@ -20,11 +20,11 @@ Nexa is a full-stack scientific AI lab-in-a-box built around four key pillars:
|
|
20 |
def support():
|
21 |
return """## π‘ How You Can Support This Vision
|
22 |
|
23 |
-
This entire lab is self-funded, self-built, and powered by passion. But scaling to real impact
|
24 |
|
25 |
### πββοΈ If You're An ML Engineer or Industry Professional
|
26 |
- Offer **compute sponsorship** (e.g. A100s, cloud credits)
|
27 |
-
- Bring Nexa into your org
|
28 |
- Help evaluate, contribute to, or extend the infrastructure
|
29 |
|
30 |
### π§ͺ If You're A Researcher
|
@@ -75,7 +75,7 @@ with gr.Blocks(title="NexaHub - Open Scientific Intelligence") as demo:
|
|
75 |
with gr.Accordion("Live Roadmap & System Status", open=False):
|
76 |
gr.Markdown(live_status())
|
77 |
|
78 |
-
gr.Markdown("### βοΈ Want to Reach Out
|
79 |
|
80 |
demo.launch()
|
81 |
|
|
|
3 |
# Define section contents
|
4 |
def intro():
|
5 |
return """## Welcome to NexaHub
|
6 |
+
**NexaHub** is the central interface for the entire Nexa ecosystem a unified platform for open, high-performance, and low-friction scientific intelligence. This isn't just another AI project; it's a ground-up reimagination of what AI can do for science, engineering, and discovery built by one polymath in a basement. Every model, dataset, compiler, and tool here is built to push the boundary. But this can go further β with your support.
|
7 |
|
8 |
---
|
9 |
|
|
|
20 |
def support():
|
21 |
return """## π‘ How You Can Support This Vision
|
22 |
|
23 |
+
This entire lab is self-funded, self-built, and powered by passion. But scaling to real impact 2B+ parameter models, open hypothesis engines, and useful science tools β needs real support.
|
24 |
|
25 |
### πββοΈ If You're An ML Engineer or Industry Professional
|
26 |
- Offer **compute sponsorship** (e.g. A100s, cloud credits)
|
27 |
+
- Bring Nexa into your org as a platform, lab, or embedded tech
|
28 |
- Help evaluate, contribute to, or extend the infrastructure
|
29 |
|
30 |
### π§ͺ If You're A Researcher
|
|
|
75 |
with gr.Accordion("Live Roadmap & System Status", open=False):
|
76 |
gr.Markdown(live_status())
|
77 |
|
78 |
+
gr.Markdown("### βοΈ Want to Reach Out? Check my website: ")
|
79 |
|
80 |
demo.launch()
|
81 |
|