Spaces:
Running
Running
Update app.py
Browse files
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(
|
|
|
2 |
from push_notification import PushNotificationTool
|
3 |
|
4 |
|
5 |
+
#push_notification_tool = PushNotificationTool()
|
6 |
+
launch_gradio_demo(PushNotificationTool)
|