CoolFace
Apppublic

Chris4K/push-notification-tool

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
app.py6 linesDownload Raw Back to root
1from transformers.tools.base import launch_gradio_demo2from push_notification import PushNotificationTool3 4 5#push_notification_tool = PushNotificationTool()6launch_gradio_demo(PushNotificationTool)