smellslikeml
initial commit
8671d0d
raw
history blame
156 Bytes
from transformers.tools.base import launch_gradio_demo
from threat_extraction import ThreatIntelExtractorTool
launch_gradio_demo(ThreatIntelExtractorTool)