Update config.py
Browse files
config.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from huggingface_hub import HfApi
|
2 |
|
|
|
3 |
def space_hardware() -> str:
|
4 |
repo_id = "yxmauw/chatbot"
|
5 |
api = HfApi()
|
|
|
1 |
from huggingface_hub import HfApi
|
2 |
|
3 |
+
|
4 |
def space_hardware() -> str:
|
5 |
repo_id = "yxmauw/chatbot"
|
6 |
api = HfApi()
|