Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'],
|