Update Modules/Generate_Image.py
Browse files
Modules/Generate_Image.py
CHANGED
|
@@ -17,7 +17,7 @@ HF_API_TOKEN = os.getenv("HF_READ_TOKEN")
|
|
| 17 |
TOOL_SUMMARY = (
|
| 18 |
"Generate an image from a text prompt via Hugging Face serverless inference; "
|
| 19 |
"tunable model/steps/guidance/size, supports negative prompt and seed; returns a PIL.Image. "
|
| 20 |
-
"Return the generated media to the user in this format `
|
| 21 |
)
|
| 22 |
|
| 23 |
|
|
|
|
| 17 |
TOOL_SUMMARY = (
|
| 18 |
"Generate an image from a text prompt via Hugging Face serverless inference; "
|
| 19 |
"tunable model/steps/guidance/size, supports negative prompt and seed; returns a PIL.Image. "
|
| 20 |
+
"Return the generated media to the user in this format ``."
|
| 21 |
)
|
| 22 |
|
| 23 |
|