waf_metric / app.py
nb
add module default template
0fc3b43
raw
history blame contribute delete
139 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("nobody4/waf_metric")
launch_gradio_widget(module)