Chris4K's picture
Update app.py
719af84 verified
raw
history blame
197 Bytes
from transformers.tools.base import launch_gradio_demo
from push_notification import PushNotificationTool
#push_notification_tool = PushNotificationTool()
launch_gradio_demo(PushNotificationTool)