Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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 ``."
|
| 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 ``."
|
| 19 |
)
|