Spaces:
Runtime error
Runtime error
Commit
·
c65f9ed
1
Parent(s):
5103d69
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def image_to_base64(image_path):
|
|
81 |
|
82 |
prodia_client = Prodia(api_key=os.getenv("PRODIA_API_KEY"))
|
83 |
|
84 |
-
def flip_text(prompt, negative_prompt, model, steps, sampler,
|
85 |
result = prodia_client.generate({
|
86 |
"prompt": prompt,
|
87 |
"negative_prompt": negative_prompt,
|
|
|
81 |
|
82 |
prodia_client = Prodia(api_key=os.getenv("PRODIA_API_KEY"))
|
83 |
|
84 |
+
def flip_text(prompt, negative_prompt, model, steps, sampler, width, height):
|
85 |
result = prodia_client.generate({
|
86 |
"prompt": prompt,
|
87 |
"negative_prompt": negative_prompt,
|