Spaces:
Runtime error
Runtime error
Commit
·
860569f
1
Parent(s):
2385d22
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,8 +185,8 @@ def run_and_postprocess(prompt, selected_state, enabled, downscale, need_rescale
|
|
| 185 |
return processed_image if enabled else original_image
|
| 186 |
|
| 187 |
with gr.Blocks() as app:
|
| 188 |
-
title = gr.Markdown("#
|
| 189 |
-
description = gr.Markdown("### This
|
| 190 |
selected_state = gr.State()
|
| 191 |
|
| 192 |
with gr.Row():
|
|
|
|
| 185 |
return processed_image if enabled else original_image
|
| 186 |
|
| 187 |
with gr.Blocks() as app:
|
| 188 |
+
title = gr.Markdown("# PIXEL ART GENERATOR")
|
| 189 |
+
description = gr.Markdown("### This tool was developed by [@artificialguybr](https://twitter.com/artificialguybr). Generate Pixel Art using Lora from [@artificialguybr](https://twitter.com/artificialguybr) and [@nerijs](https://twitter.com/nerijs)".)
|
| 190 |
selected_state = gr.State()
|
| 191 |
|
| 192 |
with gr.Row():
|