sbapan41 commited on
Commit
78b6998
·
verified ·
1 Parent(s): 7d29235

Upload 4 files

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. app.py +2 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: FLUX.1 [dev]
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: mit
 
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"""# FLUX.1 [dev]
58
- 12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
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():