ProPerNounpYK commited on
Commit
7756c3d
1 Parent(s): 249fe3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -50,9 +50,6 @@ iface = gr.Interface(
50
  fn=generate_image,
51
  inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
52
  outputs="image",
53
- title="Cute Cartoon XL Image Generator",
54
- description="Powered by the generous GPU time from Redmond.AI, this LORA, fine-tuned on SD XL 1.0, excels at creating Cute Cartoon -themed images across a wide range of subjects. Optimized for 1024x1024 resolution, it incorporates the specific tag 'CuteCartoonAF, Cute Cartoon' directly in the HF Space for ease of use. If you appreciate this model and wish to support, consider a donation via [Patreon](https://www.patreon.com/user?u=81570187) or [Ko-fi](https://ko-fi.com/artificialguybr). Stay updated on new models by following on [Twitter](https://twitter.com/artificialguybr).",
55
- examples=[["1girl, red hair"], ["1 boy, wearing sunglasses"]]
56
  )
57
 
58
  print("Launching Gradio interface...")
 
50
  fn=generate_image,
51
  inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
52
  outputs="image",
 
 
 
53
  )
54
 
55
  print("Launching Gradio interface...")