Spaces:
Runtime error
Runtime error
Commit
·
2c96486
1
Parent(s):
c58c4f8
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def image_to_base64(image_path):
|
|
| 84 |
|
| 85 |
prodia_client = Prodia(api_key=os.getenv("API_KEY"))
|
| 86 |
|
| 87 |
-
def flip_text(prompt, negative_prompt,
|
| 88 |
result = prodia_client.generate({
|
| 89 |
"prompt": prompt,
|
| 90 |
"negative_prompt": negative_prompt,
|
|
|
|
| 84 |
|
| 85 |
prodia_client = Prodia(api_key=os.getenv("API_KEY"))
|
| 86 |
|
| 87 |
+
def flip_text(prompt, negative_prompt, steps, cfg_scale, width, height, seed):
|
| 88 |
result = prodia_client.generate({
|
| 89 |
"prompt": prompt,
|
| 90 |
"negative_prompt": negative_prompt,
|