artificialguybr commited on
Commit
f0850f3
1 Parent(s): 2a5f183

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(css="custom.css") as app:
72
  description = gr.Markdown(
73
  "### This is my portfolio. Follow me on Twitter [@artificialguybr](https://twitter.com/artificialguybr). \n"
74
  "**Note**: The speed and generation quality are for demonstration purposes. "
75
- "For best quality, use Auto or Comfy. \n"
76
  "**Warning**: The API might take some time to deliver the image. \n" # Added warning about API delay
77
  "Special thanks to Hugging Face for their free inference API."
78
  )
 
72
  description = gr.Markdown(
73
  "### This is my portfolio. Follow me on Twitter [@artificialguybr](https://twitter.com/artificialguybr). \n"
74
  "**Note**: The speed and generation quality are for demonstration purposes. "
75
+ "For best quality, use Auto or Comfy or Diffusers. \n"
76
  "**Warning**: The API might take some time to deliver the image. \n" # Added warning about API delay
77
  "Special thanks to Hugging Face for their free inference API."
78
  )