Chris4K's picture
Update app.py
b8222bd verified
raw
history blame
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)