Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,10 +16,10 @@ with gr.Blocks() as demo:
|
|
| 16 |
|
| 17 |
<h2>Our Generative AI Playground includes:</h2>
|
| 18 |
|
| 19 |
-
<h2>1. <a href="https://huggingface.co/spaces/banyapon/roop" target="_blank" style="text-decoration: none; color: blue;"><b>[Click] ROOP Deepfake:</b></a> Swap faces in videos using a single reference image, perfect for creating virtual influencers.</h2>
|
| 20 |
-
<h2>2. <a href="https://huggingface.co/spaces/banyapon/Realistic-Image-Generator-Model" target="_blank" style="text-decoration: none; color: blue;"><b>[Click] Text to Image:</b></a> Design prompts to generate images with the RealVis diffusion model.</h2>
|
| 21 |
-
<h2>3. <a href="https://huggingface.co/spaces/banyapon/Pana360gen" target="_blank" style="text-decoration: none; color: blue;"><b>[Click] Text to 360 Panorama Image:</b></a> Create immersive 360 VR experiences with Generative AI, as showcased at MHESI Fair 2024's "AI for VR 101" topic.</h2>
|
| 22 |
-
<h2>4. <a href="https://huggingface.co/spaces/banyapon/InpaintCloth" target="_blank" style="text-decoration: none; color: blue;"><b>[Click] Cloth Segmentation and Inpainting:</b></a> Extract clothing from images and design new outfits using text prompts.</h2>
|
| 23 |
|
| 24 |
"""
|
| 25 |
)
|
|
|
|
| 16 |
|
| 17 |
<h2>Our Generative AI Playground includes:</h2>
|
| 18 |
|
| 19 |
+
<h2>1. <a href="https://huggingface.co/spaces/banyapon/roop" target="_blank" style="text-decoration: none; color: blue;"><b color="red">[Click] ROOP Deepfake:</b></a> Swap faces in videos using a single reference image, perfect for creating virtual influencers.</h2>
|
| 20 |
+
<h2>2. <a href="https://huggingface.co/spaces/banyapon/Realistic-Image-Generator-Model" target="_blank" style="text-decoration: none; color: blue;"><b color="red">[Click] Text to Image:</b></a> Design prompts to generate images with the RealVis diffusion model.</h2>
|
| 21 |
+
<h2>3. <a href="https://huggingface.co/spaces/banyapon/Pana360gen" target="_blank" style="text-decoration: none; color: blue;"><b color="red">[Click] Text to 360 Panorama Image:</b></a> Create immersive 360 VR experiences with Generative AI, as showcased at MHESI Fair 2024's "AI for VR 101" topic.</h2>
|
| 22 |
+
<h2>4. <a href="https://huggingface.co/spaces/banyapon/InpaintCloth" target="_blank" style="text-decoration: none; color: blue;"><b color="red">[Click] Cloth Segmentation and Inpainting:</b></a> Extract clothing from images and design new outfits using text prompts.</h2>
|
| 23 |
|
| 24 |
"""
|
| 25 |
)
|