lunarflu HF staff commited on
Commit
629b32c
·
verified ·
1 Parent(s): 6c538e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -30
app.py CHANGED
@@ -30,36 +30,6 @@ DATA_DISCUSSIONS_CHANNEL_ID = 1217179426002047076
30
 
31
  TRIGGERS = {
32
  ("discord bot",): "<@U051DB2754M>", # adam
33
- ("autotrain",): "<@U01E3LEC2N7>", # abhishek
34
- ("auto train",): "<@U01E3LEC2N7>", # abhishek
35
- ("competition",): "<@U01E3LEC2N7>", # abhishek
36
- ("competitions",): "<@U01E3LEC2N7>", # abhishek
37
- ("text to speech",): "<@U039C2GANMV>", # VB
38
- ("tts",): "<@U039C2GANMV>", # VB
39
- ("asr",): "<@U039C2GANMV>", # VB
40
- ("musicgen",): "<@U039C2GANMV>", # VB
41
- ("whisper",): "<@U039C2GANMV>", # VB
42
- ("speech recognition",): "<@U039C2GANMV>", # VB
43
- ("bark",): "<@U039C2GANMV>", # VB
44
- ("sentence-transformers",): "<@U04E4DNPWG7>", # tom aarsen
45
- ("sentence_transformers",): "<@U04E4DNPWG7>", # tom aarsen
46
- ("setfit",): "<@U04E4DNPWG7>", # tom aarsen
47
- ("sentence transformers",): "<@U04E4DNPWG7>", # tom aarsen
48
- ("argilla",): "<@U076B8C7G3E>", # david berenstein
49
- ("distilabel",): "<@U076B8C7G3E>", # david berenstein
50
- ("argilla",): "<@U0766H30T7F>", # natalia elvira
51
- ("dataset",): "<@U0766H30T7F>", # natalia elvira
52
- ("docs",): "<@U02DATT4C5B>", # steven liu
53
- ("documentation",): "<@U02DATT4C5B>", # steven liu
54
- ("gradio",): "<@U02NMK75F1V>", # abubakar abid
55
- ("gradio",): "<@U04FLGQ26PQ>", # yuvraj sharma
56
- ("argilla",): "<@U076MF65WEM>", # sara han diaz lorenzo
57
- ("distilabel",): "<@U076MF65WEM>", # sara han diaz lorenzo
58
- ("argilla",): "<@U0765RENPNZ>", # sara han diaz lorenzo
59
- ("distilabel",): "<@U0765RENPNZ>", # sara han diaz lorenzo
60
- ("dataset", "feedback"): "<@U0768RCHCRY>", # ben burtenshaw
61
- ("distilabel",): "<@U0768QEN0LA>", # Gabriel Martín Blázquez
62
- ("distilabel",): "<@U076271MBUN>", # Agustín Piqueres
63
 
64
  }
65
 
 
30
 
31
  TRIGGERS = {
32
  ("discord bot",): "<@U051DB2754M>", # adam
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  }
35