Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,6 +130,7 @@ css = """
|
|
| 130 |
|
| 131 |
with gr.Blocks(css=css) as demo:
|
| 132 |
|
|
|
|
| 133 |
gr.HTML("""
|
| 134 |
<style>
|
| 135 |
.gradio-container {
|
|
@@ -142,12 +143,11 @@ with gr.Blocks(css=css) as demo:
|
|
| 142 |
🎨 Unfiltered AI NSFW Image Generator
|
| 143 |
</h1>
|
| 144 |
<p style="color: #8b7b9b; font-size: 1rem;">Enter creative prompts and generate high-quality images.</p>
|
| 145 |
-
<div style="margin-top: 10px;">
|
| 146 |
<a href="https://huggingface.co/spaces/Heartsync/FREE-NSFW-HUB" target="_blank"><img src="https://img.shields.io/static/v1?label=FREE&message=NSFW%20HUB&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge"></a>
|
| 147 |
</div>
|
| 148 |
</div>
|
| 149 |
""")
|
| 150 |
-
|
| 151 |
with gr.Column(elem_id="col-container"):
|
| 152 |
if not model_loaded:
|
| 153 |
gr.Markdown("⚠️ **Model failed to load. Please check your Hugging Face token.**")
|
|
|
|
| 130 |
|
| 131 |
with gr.Blocks(css=css) as demo:
|
| 132 |
|
| 133 |
+
|
| 134 |
gr.HTML("""
|
| 135 |
<style>
|
| 136 |
.gradio-container {
|
|
|
|
| 143 |
🎨 Unfiltered AI NSFW Image Generator
|
| 144 |
</h1>
|
| 145 |
<p style="color: #8b7b9b; font-size: 1rem;">Enter creative prompts and generate high-quality images.</p>
|
| 146 |
+
<div style="display: flex; justify-content: center; margin-top: 10px;">
|
| 147 |
<a href="https://huggingface.co/spaces/Heartsync/FREE-NSFW-HUB" target="_blank"><img src="https://img.shields.io/static/v1?label=FREE&message=NSFW%20HUB&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge"></a>
|
| 148 |
</div>
|
| 149 |
</div>
|
| 150 |
""")
|
|
|
|
| 151 |
with gr.Column(elem_id="col-container"):
|
| 152 |
if not model_loaded:
|
| 153 |
gr.Markdown("⚠️ **Model failed to load. Please check your Hugging Face token.**")
|