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