Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from prompts import (
|
|
| 16 |
PREFIX,
|
| 17 |
)
|
| 18 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
| 19 |
-
save_data='https://huggingface.co/datasets/Omnibus/
|
| 20 |
token_self = os.environ['HF_TOKEN']
|
| 21 |
api=HfApi(token=token_self)
|
| 22 |
|
|
|
|
| 16 |
PREFIX,
|
| 17 |
)
|
| 18 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
| 19 |
+
save_data='https://huggingface.co/datasets/Omnibus/tmp/raw/main/'
|
| 20 |
token_self = os.environ['HF_TOKEN']
|
| 21 |
api=HfApi(token=token_self)
|
| 22 |
|