ehristoforu commited on
Commit
aaf6d52
1 Parent(s): d5130e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def image_to_base64(image_path):
75
 
76
 
77
 
78
- prodia_client = Prodia(api_key=os.getenv("PRODIA_API_KEY"))
79
 
80
  def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed):
81
  result = prodia_client.generate({
 
75
 
76
 
77
 
78
+ prodia_client = Prodia(api_key=os.getenv("API_KEY"))
79
 
80
  def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed):
81
  result = prodia_client.generate({