Spaces:
Runtime error
Runtime error
Update components/multi_model_analyzer.py
Browse files
components/multi_model_analyzer.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from transformers import pipeline
|
2 |
|
3 |
-
class
|
|
|
4 |
"""Analyzes and responds to multimodal inputs"""
|
5 |
def __init__(self):
|
6 |
self.image_pipeline = pipeline('image-classification')
|
|
|
1 |
from transformers import pipeline
|
2 |
|
3 |
+
class MultiAgentSystem:
|
4 |
+
|
5 |
"""Analyzes and responds to multimodal inputs"""
|
6 |
def __init__(self):
|
7 |
self.image_pipeline = pipeline('image-classification')
|