lunarflu HF staff commited on
Commit
d448043
·
verified ·
1 Parent(s): a368445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -12,6 +12,18 @@ SLACK_CHANNEL_ID = os.getenv('SLACK_CHANNEL_ID_HF')
12
 
13
  TRIGGERS = {
14
  "discord bot": "<@U051DB2754M>", # Adam
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
16
 
17
  intents = discord.Intents.all()
 
12
 
13
  TRIGGERS = {
14
  "discord bot": "<@U051DB2754M>", # Adam
15
+ "text to speech": "<@U039C2GANMV>", # VB
16
+ "tts": "<@U039C2GANMV>", # VB
17
+ "asr": "<@U039C2GANMV>", # VB
18
+ "musicgen": "<@U039C2GANMV>", # VB
19
+ "whisper": "<@U039C2GANMV>", # VB
20
+ "speech recognition": "<@U039C2GANMV>", # VB
21
+ "bark": "<@U039C2GANMV>", # VB
22
+ "autotrain": "<@U01E3LEC2N7>", # abhishek
23
+ "sentence-transformers": "<@U04E4DNPWG7>", # tom aarsen
24
+ "sentence_transformers": "<@U04E4DNPWG7>", # tom aarsen
25
+ "setfit": "<@U04E4DNPWG7>", # tom aarsen
26
+ "sentence transformers": "<@U04E4DNPWG7>", # tom aarsen
27
  }
28
 
29
  intents = discord.Intents.all()