Abrahamau commited on
Commit
e8f96e7
·
verified ·
1 Parent(s): 7ea039d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def text2speech(model, text, voice):
35
  return speech["sampling_rate"], audio_data_16bit
36
 
37
  def ImageGenFromText(text, model):
38
- api_key = os.getenv("fluxauthtoken")
39
  login(token=api_key)
40
 
41
  if len(text) > 0:
 
35
  return speech["sampling_rate"], audio_data_16bit
36
 
37
  def ImageGenFromText(text, model):
38
+ api_key = os.getenv("fluxauth")
39
  login(token=api_key)
40
 
41
  if len(text) > 0: