Jellyfish042 commited on
Commit
a4ab56b
·
1 Parent(s): af71ecb

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ from huggingface_hub import HfApi
13
  from huggingface_hub.hf_api import HTTPError
14
  from huggingface_hub.utils._errors import GatedRepoError
15
 
 
16
  load_dotenv()
17
  webhook_url = os.environ.get("WEBHOOK_URL")
18
 
 
13
  from huggingface_hub.hf_api import HTTPError
14
  from huggingface_hub.utils._errors import GatedRepoError
15
 
16
+
17
  load_dotenv()
18
  webhook_url = os.environ.get("WEBHOOK_URL")
19