Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -242,11 +242,13 @@ def generate_image(prompt, negative_prompt, width, height, steps, cfg, seed):
|
|
242 |
|
243 |
# Create Gradio interface
|
244 |
with gr.Blocks() as app:
|
245 |
-
gr.Markdown("""
|
246 |
# Chroma
|
247 |
|
248 |
Model: [Chroma](https://huggingface.co/lodestones/Chroma) by [lodestones](https://huggingface.co/lodestones)
|
249 |
|
|
|
|
|
250 |
Run any ComfyUI Workflow on Spaces: [ComfyUI Workflows](https://huggingface.co/blog/run-comfyui-workflows-on-spaces)
|
251 |
|
252 |
Space Author: [GitHub](https://github.com/gokayfem) | [X.com](https://x.com/gokayfem)
|
|
|
242 |
|
243 |
# Create Gradio interface
|
244 |
with gr.Blocks() as app:
|
245 |
+
gr.Markdown(f"""
|
246 |
# Chroma
|
247 |
|
248 |
Model: [Chroma](https://huggingface.co/lodestones/Chroma) by [lodestones](https://huggingface.co/lodestones)
|
249 |
|
250 |
+
Chroma Version: {CHROMA_VERSION}
|
251 |
+
|
252 |
Run any ComfyUI Workflow on Spaces: [ComfyUI Workflows](https://huggingface.co/blog/run-comfyui-workflows-on-spaces)
|
253 |
|
254 |
Space Author: [GitHub](https://github.com/gokayfem) | [X.com](https://x.com/gokayfem)
|