TwoQuarks commited on
Commit
8cdecb1
·
verified ·
1 Parent(s): c793939

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +36 -38
index.html CHANGED
@@ -1,39 +1,37 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>TwoQuarks • QuarksLab</title>
7
- <link rel="stylesheet" href="style.css">
8
- </head>
9
- <body>
10
- <!-- Quantum particle background -->
11
- <canvas id="quantumField"></canvas>
12
-
13
- <!-- Main application -->
14
- <div id="tqApp">
15
- <!-- Hero Section -->
16
- <div class="tq-hero">
17
- <div class="tq-hero__brand">TwoQuarks Research Lab</div>
18
- <p class="tq-hero__desc">
19
- Explorando los límites de la inteligencia artificial generativa.
20
- Modelos de vanguardia para imagen, video y audio con arquitecturas
21
- de difusión cuántica y redes adversarias profundas.
22
- </p>
23
-
24
- <!-- Navigation Pills -->
25
- <div class="tq-pills">
26
- <a href="#models" class="tq-pill tq-pill--active">🔬 Modelos</a>
27
- <a href="#gallery" class="tq-pill">🎨 Galería</a>
28
- <a href="#research" class="tq-pill">📚 Investigación</a>
29
- <a href="#api" class="tq-pill">⚡ API</a>
30
- </div>
31
- </div>
32
-
33
- <!-- Gradio interface will be injected here -->
34
- <div id="gradio-app"></div>
35
- </div>
36
-
37
- <script src="quantum-field.js"></script>
38
- </body>
39
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TwoQuarks • QuarksLab</title>
7
+ <link rel="stylesheet" href="style.css">
8
+ </head>
9
+ <body>
10
+ <!-- Quantum particle background -->
11
+ <canvas id="quantumField"></canvas>
12
+
13
+ <!-- Main application -->
14
+ <div id="tqApp">
15
+ <!-- Hero Section -->
16
+ <div class="tq-hero">
17
+ <div class="tq-hero__brand">TwoQuarks Research Lab</div>
18
+ <p class="tq-hero__desc">
19
+ TwoQuarks defines model collapse as a failure of inference-time stability rather than capacity.
20
+ </p>
21
+
22
+ <!-- Navigation Pills -->
23
+ <div class="tq-pills">
24
+ <a href="#models" class="tq-pill tq-pill--active">Models</a>
25
+ <a href="#gallery" class="tq-pill">Gallery</a>
26
+ <a href="#research" class="tq-pill">Research</a>
27
+ <a href="#api" class="tq-pill">API</a>
28
+ </div>
29
+ </div>
30
+
31
+ <!-- Gradio interface will be injected here -->
32
+ <div id="gradio-app"></div>
33
+ </div>
34
+
35
+ <script src="quantum-field.js"></script>
36
+ </body>
 
 
37
  </html>