Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/TextDownloadTool
Chris4K
/
push-notification-tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7b153d8
push-notification-tool
/
app.py
Chris4K
Update app.py
b8222bd
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
198 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
push_notification
import
PushNotificationTool
push_notification_tool = PushNotificationTool()
launch_gradio_demo(push_notification_tool)