Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
96b7653
1
Parent(s):
12a9a98
markdown
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: pink
|
|
@@ -8,7 +8,6 @@ sdk_version: 5.14.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
-
short_description: Create Prompts for your Videos
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Chroma
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: pink
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -181,7 +181,15 @@ def generate_image(prompt, negative_prompt, width, height, steps, cfg, seed):
|
|
| 181 |
|
| 182 |
# Create Gradio interface
|
| 183 |
with gr.Blocks() as app:
|
| 184 |
-
gr.Markdown("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
|
| 186 |
with gr.Row():
|
| 187 |
with gr.Column():
|
|
|
|
| 181 |
|
| 182 |
# Create Gradio interface
|
| 183 |
with gr.Blocks() as app:
|
| 184 |
+
gr.Markdown("""
|
| 185 |
+
# Chroma
|
| 186 |
+
|
| 187 |
+
Model: [Chroma](https://huggingface.co/lodestones/Chroma) by [lodestones](https://huggingface.co/lodestones)
|
| 188 |
+
|
| 189 |
+
Run any ComfyUI Workflow on Spaces: [ComfyUI Workflows](https://huggingface.co/blog/run-comfyui-workflows-on-spaces)
|
| 190 |
+
|
| 191 |
+
Space Author: [GitHub](https://github.com/gokayfem) | [X.com](https://x.com/gokayfem)
|
| 192 |
+
""")
|
| 193 |
|
| 194 |
with gr.Row():
|
| 195 |
with gr.Column():
|