Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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/
|
| 149 |
|
| 150 |
-
**Description**: Magical AI Logo Generator is Free and Easy to Use. Create a
|
| 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 |
""")
|