Spaces:
Running
Running
Update index.html
Browse files- index.html +39 -3
index.html
CHANGED
|
@@ -31,6 +31,7 @@
|
|
| 31 |
<li class="nav-item"><a class="nav-link" href="#installation">Installation</a></li>
|
| 32 |
<li class="nav-item"><a class="nav-link" href="#usage">Usage</a></li>
|
| 33 |
<li class="nav-item"><a class="nav-link" href="#files">Last Files</a></li>
|
|
|
|
| 34 |
</ul>
|
| 35 |
</div>
|
| 36 |
</div>
|
|
@@ -355,14 +356,49 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 355 |
</div>
|
| 356 |
</section>
|
| 357 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 358 |
<!-- Last Files Section -->
|
| 359 |
-
<section id="files" class="py-5 bg-
|
| 360 |
<div class="container">
|
| 361 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📂 Latest Conjurations</h2>
|
| 362 |
<p class="lead text-center mb-4">Explore the latest files and logs from the GhostPack repo.</p>
|
| 363 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 364 |
<div class="col">
|
| 365 |
-
<div class="card bg-ghost-
|
| 366 |
<div class="card-body text-center">
|
| 367 |
<h3 class="card-title">📜 Latest File</h3>
|
| 368 |
<p class="card-text">Check out <code>ghostgradio.py</code>, the heart of GhostPack’s GUI.</p>
|
|
@@ -371,7 +407,7 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 371 |
</div>
|
| 372 |
</div>
|
| 373 |
<div class="col">
|
| 374 |
-
<div class="card bg-ghost-
|
| 375 |
<div class="card-body text-center">
|
| 376 |
<h3 class="card-title">📋 Logs</h3>
|
| 377 |
<p class="card-text">Dive into render logs for debugging and insights.</p>
|
|
|
|
| 31 |
<li class="nav-item"><a class="nav-link" href="#installation">Installation</a></li>
|
| 32 |
<li class="nav-item"><a class="nav-link" href="#usage">Usage</a></li>
|
| 33 |
<li class="nav-item"><a class="nav-link" href="#files">Last Files</a></li>
|
| 34 |
+
<li class="nav-item"><a class="nav-link" href="#screenshots">Screenshots</a></li>
|
| 35 |
</ul>
|
| 36 |
</div>
|
| 37 |
</div>
|
|
|
|
| 356 |
</div>
|
| 357 |
</section>
|
| 358 |
|
| 359 |
+
<!-- Screenshots Section -->
|
| 360 |
+
<section id="screenshots" class="py-5 bg-dark text-white">
|
| 361 |
+
<div class="container">
|
| 362 |
+
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📸 Screenshots</h2>
|
| 363 |
+
<p class="lead text-center mb-4">Check out GhostPack’s spectral magic in action!</p>
|
| 364 |
+
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 365 |
+
<div class="col">
|
| 366 |
+
<div class="card bg-ghost-card h-100">
|
| 367 |
+
<div class="card-body text-center">
|
| 368 |
+
<img src="https://huggingface.co/spaces/ghostai1/GhostPack/resolve/main/screenshot1.png" alt="Screenshot 1" class="img-fluid rounded" style="max-height: 300px;">
|
| 369 |
+
<p class="mt-2">Placeholder: Screenshot 1</p>
|
| 370 |
+
</div>
|
| 371 |
+
</div>
|
| 372 |
+
</div>
|
| 373 |
+
<div class="col">
|
| 374 |
+
<div class="card bg-ghost-card h-100">
|
| 375 |
+
<div class="card-body text-center">
|
| 376 |
+
<img src="https://huggingface.co/spaces/ghostai1/GhostPack/resolve/main/screenshot2.png" alt="Screenshot 2" class="img-fluid rounded" style="max-height: 300px;">
|
| 377 |
+
<p class="mt-2">Placeholder: Screenshot 2</p>
|
| 378 |
+
</div>
|
| 379 |
+
</div>
|
| 380 |
+
</div>
|
| 381 |
+
<div class="col">
|
| 382 |
+
<div class="card bg-ghost-card h-100">
|
| 383 |
+
<div class="card-body text-center">
|
| 384 |
+
<img src="https://huggingface.co/spaces/ghostai1/GhostPack/resolve/main/screenshot3.png" alt="Screenshot 3" class="img-fluid rounded" style="max-height: 300px;">
|
| 385 |
+
<p class="mt-2">Placeholder: Screenshot 3</p>
|
| 386 |
+
</div>
|
| 387 |
+
</div>
|
| 388 |
+
</div>
|
| 389 |
+
</div>
|
| 390 |
+
<p class="text-center mt-4 text-white">Upload your screenshots to Hugging Face to replace placeholders!</p>
|
| 391 |
+
</div>
|
| 392 |
+
</section>
|
| 393 |
+
|
| 394 |
<!-- Last Files Section -->
|
| 395 |
+
<section id="files" class="py-5 bg-light text-dark">
|
| 396 |
<div class="container">
|
| 397 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📂 Latest Conjurations</h2>
|
| 398 |
<p class="lead text-center mb-4">Explore the latest files and logs from the GhostPack repo.</p>
|
| 399 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 400 |
<div class="col">
|
| 401 |
+
<div class="card bg-ghost-light h-100">
|
| 402 |
<div class="card-body text-center">
|
| 403 |
<h3 class="card-title">📜 Latest File</h3>
|
| 404 |
<p class="card-text">Check out <code>ghostgradio.py</code>, the heart of GhostPack’s GUI.</p>
|
|
|
|
| 407 |
</div>
|
| 408 |
</div>
|
| 409 |
<div class="col">
|
| 410 |
+
<div class="card bg-ghost-light h-100">
|
| 411 |
<div class="card-body text-center">
|
| 412 |
<h3 class="card-title">📋 Logs</h3>
|
| 413 |
<p class="card-text">Dive into render logs for debugging and insights.</p>
|