artificialguybr commited on
Commit
47a49b1
1 Parent(s): 177f687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ iface = gr.Interface(
51
  inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
52
  outputs="image",
53
  title="Studio Ghibli Image Generator V2",
54
- description="Enter a text prompt to generate an image in the style of Studio Ghibli."
 
55
  )
56
 
57
  print("Launching Gradio interface...")
 
51
  inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
52
  outputs="image",
53
  title="Studio Ghibli Image Generator V2",
54
+ description="Powered by the generous GPU time from Redmond.AI, this LORA, fine-tuned on SD XL 1.0, excels at creating Studio Ghibli-themed images across a wide range of subjects. Optimized for 1024x1024 resolution, it incorporates the specific tag 'Studio Ghibli, StdGBRedmAF' 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=[["Totoro in a magical forest"], ["Spirited Away's bathhouse at sunset"]]
56
  )
57
 
58
  print("Launching Gradio interface...")