Alexander Bagus commited on
Commit
522b18c
·
1 Parent(s): eb2b831
Files changed (3) hide show
  1. README.md +1 -2
  2. app.py +0 -2
  3. static/header.html +3 -7
README.md CHANGED
@@ -4,8 +4,7 @@ emoji: 🖼
4
  colorFrom: indigo
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 6.4.0
8
- python_version: '3.12'
9
  app_file: app.py
10
  pinned: true
11
  license: apache-2.0
 
4
  colorFrom: indigo
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 6.1.0
 
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
app.py CHANGED
@@ -16,8 +16,6 @@ EXAMPLE_PROMPTS = [
16
  ["A futuristic cityscape with flying cars and neon holographic advertisements, cyberpunk style"],
17
  ]
18
 
19
-
20
-
21
  # ==================== Model Loading (Global Context) ====================
22
  print(f"Loading Z-Image pipeline from {MODEL_PATH}...")
23
  pipe = ZImagePipeline.from_pretrained(
 
16
  ["A futuristic cityscape with flying cars and neon holographic advertisements, cyberpunk style"],
17
  ]
18
 
 
 
19
  # ==================== Model Loading (Global Context) ====================
20
  print(f"Loading Z-Image pipeline from {MODEL_PATH}...")
21
  pipe = ZImagePipeline.from_pretrained(
static/header.html CHANGED
@@ -1,14 +1,10 @@
1
  <div style="text-align: center; max-width: 600px; margin: 0 auto;">
2
  <h1>
3
- Qwen Image - Rapid Edit
4
  </h1>
5
  <div class="grid-container" >
6
  <p>
7
- This space still in development, there will be some errors. Please be patient and check again later 🙏
8
- <br>
9
- Super fast image editor, might be a decent replacement for nano banana.
10
- This app can transform your pictures by simply providing images and a text prompt.
11
- <br>
12
- A demo by <a href="https://aisudo.com/" target="_blank">AiSudo</a> 🥷
13
  </div>
14
  </div>
 
1
  <div style="text-align: center; max-width: 600px; margin: 0 auto;">
2
  <h1>
3
+ Z-Image Base - Image Generator
4
  </h1>
5
  <div class="grid-container" >
6
  <p>
7
+ This demo also available on: <a href="https://aisudo.com/" target="_blank">Aisudo - Z-Image Base</a>
8
+ </p>
 
 
 
 
9
  </div>
10
  </div>