artificialguybr commited on
Commit
860569f
1 Parent(s): 2385d22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# artificialguybr LoRA portfolio")
189
- description = gr.Markdown("### This is a Pixel Art Generator using SD Loras.")
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():