NeoPy commited on
Commit
d600ff8
·
verified ·
1 Parent(s): 1ce5fe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -70,9 +70,8 @@ def load_f5tts(
70
  F5TTS_ema_model = load_f5tts()
71
 
72
 
73
- # Setup the Groq client for chat completions.
74
- groq_token = os.getenv("Groq_TOKEN", None)
75
- client = Groq(api_key=groq_token)
76
 
77
 
78
  @gpu_decorator
 
70
  F5TTS_ema_model = load_f5tts()
71
 
72
 
73
+
74
+ client = Groq(api_key=os.getenv("Groq_TOKEN"))
 
75
 
76
 
77
  @gpu_decorator