Severian commited on
Commit
4ea22d7
Β·
verified Β·
1 Parent(s): ac0e517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +23 -28
app.py CHANGED
@@ -160,44 +160,39 @@ with gr.Blocks(css="""
160
  """) as blocks:
161
  gr.Markdown(
162
  """
163
- <div style="text-align: center;">
164
-
165
- <img src="https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/_VyYxp5qE_nRZ_LJqBxmL.webp" alt="Yamamoto Logo" style="max-width: 200px; margin-bottom: 20px;">
166
-
167
- <h1 style=color: #ff0000;">🎨 Yamamoto QR Code Art Generator</h1>
168
 
169
- <h2 style=color: #ff0000;">Transform Your QR Codes into Brand Masterpieces</h2>
170
 
171
- Welcome to Yamamoto's innovative QR Code Art Generator! This cutting-edge tool empowers our creative team to craft
172
- visually stunning, on-brand QR codes that perfectly blend functionality with artistic expression.
173
 
174
- <h2 color: #ff0000;">πŸš€ How It Works:</h2>
 
175
 
176
- 1. **Enter Your QR Code Content**: Start by inputting the URL or text for your QR code.
177
- 2. **Craft Your Prompt**: Describe the artistic style or theme you envision for your QR code.
178
- 3. **Fine-tune with Advanced Settings**: Adjust parameters to perfect your creation (see tips below).
179
- 4. **Generate and Iterate**: Click 'Run' to create your art, then refine as needed.
180
 
181
- <h2 color: #ff0000;">🌟 Tips for Spectacular Results:</h2>
 
 
 
182
 
183
- - **Artistic Freedom**: Set between 0.8 and 0.95 for a balance of creativity and scannability.
184
- - **QR Code Visibility**: Aim for 0.6 to 2.0 to ensure your code is both artistic and functional.
185
- - **Prompt Crafting**: Use vivid, specific descriptions that align with your brand identity.
186
- - **Experimentation**: Don't hesitate to try different settings and prompts to find your perfect style!
187
 
188
- <h2 color: #ff0000;">🎭 Prompt Ideas to Spark Your Creativity:</h2>
 
 
 
189
 
190
- - "A serene Japanese garden with cherry blossoms and a koi pond"
191
- - "A futuristic cityscape with neon lights and flying cars"
192
- - "An abstract painting with swirling colors and geometric shapes"
193
- - "A vintage-style travel poster featuring iconic landmarks"
194
 
195
- Remember, the magic lies in the details of your prompt and the fine-tuning of your settings.
196
- Happy creating!
197
-
198
- </div>
 
 
 
199
  """,
200
- elem_id="markdown-content"
201
  )
202
 
203
  with gr.Row():
 
160
  """) as blocks:
161
  gr.Markdown(
162
  """
163
+ ![Yamamoto Logo](https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/_VyYxp5qE_nRZ_LJqBxmL.webp)
 
 
 
 
164
 
165
+ # 🎨 Yamamoto QR Code Art Generator
166
 
167
+ ## Transform Your QR Codes into Brand Masterpieces
 
168
 
169
+ Welcome to Yamamoto's innovative QR Code Art Generator! This cutting-edge tool empowers our creative team to craft
170
+ visually stunning, on-brand QR codes that perfectly blend functionality with artistic expression.
171
 
172
+ ## πŸš€ How It Works:
 
 
 
173
 
174
+ 1. **Enter Your QR Code Content**: Start by inputting the URL or text for your QR code.
175
+ 2. **Craft Your Prompt**: Describe the artistic style or theme you envision for your QR code.
176
+ 3. **Fine-tune with Advanced Settings**: Adjust parameters to perfect your creation (see tips below).
177
+ 4. **Generate and Iterate**: Click 'Run' to create your art, then refine as needed.
178
 
179
+ ## 🌟 Tips for Spectacular Results:
 
 
 
180
 
181
+ - **Artistic Freedom**: Set between 0.8 and 0.95 for a balance of creativity and scannability.
182
+ - **QR Code Visibility**: Aim for 0.6 to 2.0 to ensure your code is both artistic and functional.
183
+ - **Prompt Crafting**: Use vivid, specific descriptions that align with your brand identity.
184
+ - **Experimentation**: Don't hesitate to try different settings and prompts to find your perfect style!
185
 
186
+ ## 🎭 Prompt Ideas to Spark Your Creativity:
 
 
 
187
 
188
+ - "A serene Japanese garden with cherry blossoms and a koi pond"
189
+ - "A futuristic cityscape with neon lights and flying cars"
190
+ - "An abstract painting with swirling colors and geometric shapes"
191
+ - "A vintage-style travel poster featuring iconic landmarks"
192
+
193
+ Remember, the magic lies in the details of your prompt and the fine-tuning of your settings.
194
+ Happy creating!
195
  """,
 
196
  )
197
 
198
  with gr.Row():