We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8091e commit 7abfd5bCopy full SHA for 7abfd5b
app.py
@@ -243,7 +243,7 @@ async def process_inputs(class_names: List[str], image_url: str):
243
predictive_analytics = PredictiveAnalytics()
244
automated_incident_response = AutomatedIncidentResponse()
245
ai_red_teaming = AIRedTeaming()
246
-apt_simulation = APTSimulation()
+apt_simulation = APTSimulation
247
machine_learning_ai = MachineLearningAI()
248
data_visualization = DataVisualization()
249
blockchain_logger = BlockchainLogger()
0 commit comments