jkorstad commited on
Commit
3ed607f
·
verified ·
1 Parent(s): 481e2a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ categories = {
36
  'Face/Portrait': ['face', 'portrait', 'gaze', 'facial'],
37
  'Chat/LLM': ['chat', 'llm', 'gpt', 'llama', 'text', 'language'],
38
  '3D': ['3d', 'mesh', 'point-cloud', 'depth'],
39
- 'Audio': ['audio', 'music', 'whisper', 'sound', 'voice'],
40
  'Vision': ['vision', 'detection', 'recognition', 'classifier'],
41
  'CLIP': ['image-to-text', 'describe-image'],
42
  'Games': ['game', 'games', 'play', 'playground'],
 
36
  'Face/Portrait': ['face', 'portrait', 'gaze', 'facial'],
37
  'Chat/LLM': ['chat', 'llm', 'gpt', 'llama', 'text', 'language'],
38
  '3D': ['3d', 'mesh', 'point-cloud', 'depth'],
39
+ 'Audio': ['audio', 'tts', 'music', 'whisper', 'sound', 'voice'],
40
  'Vision': ['vision', 'detection', 'recognition', 'classifier'],
41
  'CLIP': ['image-to-text', 'describe-image'],
42
  'Games': ['game', 'games', 'play', 'playground'],