ZENLLC commited on
Commit
e362e71
·
verified ·
1 Parent(s): 9665474

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -7
README.md CHANGED
@@ -1,13 +1,50 @@
1
  ---
2
- title: Module2Space2
3
- emoji: 🐠
4
- colorFrom: green
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 6.0.1
8
  app_file: app.py
9
  pinned: false
10
- short_description: Module2Space2
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: ZEN Omni Image Text Studio
3
+ emoji: 🧬
4
+ colorFrom: indigo
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
+ short_description: Multi-provider studio for images, text, and infographics.
11
  ---
12
 
13
+ Configuration reference: https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # ZEN Omni Studio — Text • Images • Infographics
16
+
17
+ This Space lets you plug in:
18
+
19
+ - **OpenAI** (DALL·E 3, GPT-Image-1, GPT-4.1-mini for text)
20
+ - **Google AI Studio** (Gemini, Nano-Banana / Nano-Banana-Pro image models)
21
+
22
+ ## Features
23
+
24
+ - Modes: **Image**, **Text**, **Infographic Spec**
25
+ - Presets:
26
+ - ZEN Glass Dashboard
27
+ - Palantir / Anduril Infographic
28
+ - Youth AI Literacy Poster
29
+ - ZEN AI Arena Card
30
+ - Blueprint / Systems Diagram
31
+ - Image controls:
32
+ - Provider (OpenAI vs Google)
33
+ - Size / aspect ratio
34
+ - Quality
35
+ - Number of images
36
+ - Style accent
37
+ - Optional seed for repeatability
38
+
39
+ ## Usage
40
+
41
+ 1. Create a new Space (Gradio, Python).
42
+ 2. Upload `app.py`, `requirements.txt`, and this `README.md`.
43
+ 3. Set your **OpenAI** and **Google** API keys in the UI when the Space loads.
44
+ 4. Choose your **Task Type** (Image / Text / Infographic Spec).
45
+ 5. Pick a **Preset** and **Style**, then write your prompt.
46
+ 6. Click **Generate**.
47
+
48
+ > **Nano-Banana / Nano-Banana-Pro Note**
49
+ > Default Google image model is `nano-banana-pro`.
50
+ > Replace it with the exact model ID from your Google AI Studio project if required.