Chris4K commited on
Commit
719af84
·
verified ·
1 Parent(s): 7b153d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,5 +2,5 @@ from transformers.tools.base import launch_gradio_demo
2
  from push_notification import PushNotificationTool
3
 
4
 
5
- push_notification_tool = PushNotificationTool()
6
- launch_gradio_demo(push_notification_tool)
 
2
  from push_notification import PushNotificationTool
3
 
4
 
5
+ #push_notification_tool = PushNotificationTool()
6
+ launch_gradio_demo(PushNotificationTool)