Spaces:
Running
on
Zero
Running
on
Zero
Upload 4 files
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🖥️
|
4 |
colorFrom: yellow
|
5 |
colorTo: pink
|
@@ -7,7 +7,8 @@ sdk: gradio
|
|
7 |
sdk_version: 5.25.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: PixelScribe
|
3 |
emoji: 🖥️
|
4 |
colorFrom: yellow
|
5 |
colorTo: pink
|
|
|
7 |
sdk_version: 5.25.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
short_description: PixelScribe is Designed for Text-to-Image
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -54,9 +54,8 @@ css="""
|
|
54 |
with gr.Blocks(css=css) as demo:
|
55 |
|
56 |
with gr.Column(elem_id="col-container"):
|
57 |
-
gr.Markdown(f"""#
|
58 |
-
12B param rectified flow transformer guidance-distilled from [
|
59 |
-
[[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
|
60 |
""")
|
61 |
|
62 |
with gr.Row():
|
|
|
54 |
with gr.Blocks(css=css) as demo:
|
55 |
|
56 |
with gr.Column(elem_id="col-container"):
|
57 |
+
gr.Markdown(f"""# PixelScribe
|
58 |
+
12B param rectified flow transformer guidance-distilled from [PixelScribe [pro]](https://artlabss.com/test3/index.php/)
|
|
|
59 |
""")
|
60 |
|
61 |
with gr.Row():
|