Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
zhzabcd
/
dify-run
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a300380
dify-run
/
api
/
events
/
document_event.py
Severian
initial commit
a8b3f00
4 months ago
raw
Copy download link
history
blame
101 Bytes
from
blinker
import
signal
# sender: document
document_was_deleted = signal(
"document-was-deleted"
)