artificialguybr commited on
Commit
84f40a9
1 Parent(s): 860569f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def run_and_postprocess(prompt, selected_state, enabled, downscale, need_rescale
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():
 
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():