Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def convert(file, store):
|
|
| 54 |
upload_file(
|
| 55 |
path_or_fileobj=str(in_file),
|
| 56 |
path_in_repo=f"{uuid4()}/{in_file.name}",
|
| 57 |
-
repo_id="
|
| 58 |
repo_type="dataset",
|
| 59 |
token=os.environ["HF_TOKEN"],
|
| 60 |
)
|
|
|
|
| 54 |
upload_file(
|
| 55 |
path_or_fileobj=str(in_file),
|
| 56 |
path_in_repo=f"{uuid4()}/{in_file.name}",
|
| 57 |
+
repo_id="scikit-learn/pickle-to-skops",
|
| 58 |
repo_type="dataset",
|
| 59 |
token=os.environ["HF_TOKEN"],
|
| 60 |
)
|