Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- api/index.py +0 -1
api/index.py
CHANGED
|
@@ -86,7 +86,6 @@ def image_classifier(moodboard, prompt):
|
|
| 86 |
|
| 87 |
input = {
|
| 88 |
"prompt": "high quality render of " + prompt + ", " + openai_response[12:],
|
| 89 |
-
"negative_prompt": "worst quality, low quality, illustration, 2d, painting, cartoons, sketch, logo, buttons",
|
| 90 |
"output_format": "jpg"
|
| 91 |
}
|
| 92 |
|
|
|
|
| 86 |
|
| 87 |
input = {
|
| 88 |
"prompt": "high quality render of " + prompt + ", " + openai_response[12:],
|
|
|
|
| 89 |
"output_format": "jpg"
|
| 90 |
}
|
| 91 |
|