Chris4K's picture
Update app.py
2054366 verified
raw
history blame
148 Bytes
from transformers.tools.base import launch_gradio_demo
from push_notification import PushNotificationTool
launch_gradio_demo(PushNotificationTool)