Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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)
|