Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ from agent import (
|
|
20 |
client = InferenceClient(
|
21 |
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
22 |
)
|
23 |
-
reponame="
|
24 |
save_data=f'https://huggingface.co/datasets/{reponame}/raw/main/'
|
25 |
#token_self = os.environ['HF_TOKEN']
|
26 |
#api=HfApi(token=token_self)
|
|
|
20 |
client = InferenceClient(
|
21 |
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
22 |
)
|
23 |
+
reponame="xp3857/tmp"
|
24 |
save_data=f'https://huggingface.co/datasets/{reponame}/raw/main/'
|
25 |
#token_self = os.environ['HF_TOKEN']
|
26 |
#api=HfApi(token=token_self)
|