Nymbo commited on
Commit
dd717c8
·
verified ·
1 Parent(s): e94fd34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ dtype = torch.bfloat16
13
  device = "cuda" if torch.cuda.is_available() else "cpu"
14
 
15
  TOOL_SUMMARY = (
16
- "Generate an image from a text prompt via Hugging Face serverless inference; "
17
  "tunable model/steps/guidance/size, supports negative prompt and seed; returns a PIL.Image. "
18
  "Return the generated media to the user in this format `![Alt text](URL)`."
19
  )
 
13
  device = "cuda" if torch.cuda.is_available() else "cpu"
14
 
15
  TOOL_SUMMARY = (
16
+ "Generate an image from a text prompt via an uncensored model; "
17
  "tunable model/steps/guidance/size, supports negative prompt and seed; returns a PIL.Image. "
18
  "Return the generated media to the user in this format `![Alt text](URL)`."
19
  )