randeom commited on
Commit
f869178
·
verified ·
1 Parent(s): 584268b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -72,7 +72,7 @@ def generate_improved_prompt(logo_request, temperature=0.9, max_new_tokens=512,
72
  output += response.token.text
73
  return output
74
 
75
- def generate_image(prompt, width=1024, height=1024, guidance_scale=7.5):
76
  result = client_playground.predict(
77
  prompt,
78
  "", # negative prompt
@@ -145,9 +145,9 @@ with gr.Blocks(css=css) as app:
145
  ### Meta Information
146
  **Project Title**: Magical AI Logo Generator
147
 
148
- **Github**: [https://github.com/pacnimo/gpt-prompt-generator](https://github.com/pacnimo/)
149
 
150
- **Description**: Magical AI Logo Generator is Free and Easy to Use. Create a GPT Prompt Based on the Logo Request. 1 Click Logo Generator.
151
 
152
  **Footer**: © 2024 by [pacnimo](https://github.com/pacnimo/). All rights reserved.
153
  """)
 
72
  output += response.token.text
73
  return output
74
 
75
+ def generate_image(prompt, width=1024, height=1024, guidance_scale=3):
76
  result = client_playground.predict(
77
  prompt,
78
  "", # negative prompt
 
145
  ### Meta Information
146
  **Project Title**: Magical AI Logo Generator
147
 
148
+ **Github**: [https://github.com/pacnimo/](https://github.com/pacnimo/)
149
 
150
+ **Description**: Magical AI Logo Generator is Free and Easy to Use. Create a AI Website Logo for any Niche. 1 Click Logo Generator.
151
 
152
  **Footer**: © 2024 by [pacnimo](https://github.com/pacnimo/). All rights reserved.
153
  """)