jkorstad commited on
Commit
76a0336
·
verified ·
1 Parent(s): c0a4a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,12 +31,12 @@ categories = {
31
  'Text-to-Speech': ['tts', 'speech', 'voice', 'audio', 'kokoro'],
32
  'Transcription': ['transcribe', 'transcription'],
33
  'Agents': ['agent', 'agents', 'smol', 'multi-step', 'autobot', 'autoGPT' 'agentic'],
34
- 'Image Generation': ['stable-diffusion', 'diffusion', 'gan', 'image', 'img2img', 'style', 'art'],
35
  'Video': ['video', 'animation', 'motion', 'sora'],
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', 'sound', 'voice'],
40
  'Vision': ['vision', 'detection', 'recognition', 'classifier'],
41
  'CLIP': ['image-to-text', 'describe-image'],
42
  'Games': ['game', 'games', 'play', 'playground'],
 
31
  'Text-to-Speech': ['tts', 'speech', 'voice', 'audio', 'kokoro'],
32
  'Transcription': ['transcribe', 'transcription'],
33
  'Agents': ['agent', 'agents', 'smol', 'multi-step', 'autobot', 'autoGPT' 'agentic'],
34
+ 'Image Generation': ['stable-diffusion', 'diffusion', 'gan', 'sdxl', 'midjourney', 'diffusion', 'image', 'img2img', 'style', 'art'],
35
  'Video': ['video', 'animation', 'motion', 'sora'],
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'],