amaye15 commited on
Commit
6ea28ef
·
1 Parent(s): a74c6ae

webhook complete

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ logger.addHandler(console_handler)
24
  # Environment variables
25
  DS_NAME = "amaye15/object-segmentation"
26
  DATA_DIR = "data"
27
- TARGET_REPO = "amaye15/tmp"
28
- WEBHOOK_SECRET = os.getenv("HF_WEBHOOK_SECRET", "my_secret_key")
29
 
30
 
31
  def get_data():
 
24
  # Environment variables
25
  DS_NAME = "amaye15/object-segmentation"
26
  DATA_DIR = "data"
27
+ TARGET_REPO = "amaye15/object-segmentation-processed"
28
+ WEBHOOK_SECRET = os.getenv("HF_WEBHOOK_SECRET")
29
 
30
 
31
  def get_data():