Synced repo using 'sync_with_huggingface' Github Action
Browse files
utils.py
CHANGED
|
@@ -51,7 +51,4 @@ def extract_code_blocks(text):
|
|
| 51 |
return matches
|
| 52 |
|
| 53 |
if __name__ == "__main__":
|
| 54 |
-
|
| 55 |
-
vision_audio = [model for model in models if 'vision' in model or 'whisper' in model]
|
| 56 |
-
models = [model for model in models if model not in vision_audio]
|
| 57 |
-
print(models)
|
|
|
|
| 51 |
return matches
|
| 52 |
|
| 53 |
if __name__ == "__main__":
|
| 54 |
+
pass
|
|
|
|
|
|
|
|
|