Trinoid commited on
Commit
ba203d2
·
verified ·
1 Parent(s): 2615e7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from collections import defaultdict
11
  """
12
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
13
  """
14
- client = InferenceClient("Trinoid/Data_Management")
15
 
16
  # Rate limiting settings
17
  MAX_REQUESTS_PER_DAY = 100 # Maximum number of requests per IP per day (set to 1 for testing)
 
11
  """
12
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
13
  """
14
+ client = InferenceClient("PlantWisdom/Data_Management")
15
 
16
  # Rate limiting settings
17
  MAX_REQUESTS_PER_DAY = 100 # Maximum number of requests per IP per day (set to 1 for testing)