Spaces:
Runtime error
Runtime error
switch to new spotlight version
Browse files
Dockerfile
CHANGED
@@ -2,13 +2,13 @@ FROM python:3.9
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
ENV HOME=/code
|
5 |
-
COPY ./renumics_spotlight-1.3.0.
|
6 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
RUN apt install curl
|
9 |
RUN pip install pip -U
|
10 |
|
11 |
-
RUN pip install renumics_spotlight-1.3.0.
|
12 |
|
13 |
|
14 |
RUN pip install pyarrow datasets
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
ENV HOME=/code
|
5 |
+
COPY ./renumics_spotlight-1.3.0.post109+71fb2cb-py3-none-any.whl /code/renumics_spotlight-1.3.0.post109+71fb2cb-py3-none-any.whl
|
6 |
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
RUN apt install curl
|
9 |
RUN pip install pip -U
|
10 |
|
11 |
+
RUN pip install renumics_spotlight-1.3.0.post109+71fb2cb-py3-none-any.whl
|
12 |
|
13 |
|
14 |
RUN pip install pyarrow datasets
|
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 📊
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
@@ -8,14 +8,12 @@ pinned: false
|
|
8 |
license: mit
|
9 |
app_file: run.py
|
10 |
datasets:
|
11 |
-
- renumics/
|
12 |
-
- cifar100
|
13 |
tags:
|
14 |
- renumics
|
15 |
- spotlight
|
16 |
-
- sliceline
|
17 |
- data-centric-ai
|
18 |
-
|
19 |
---
|
20 |
|
21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Debug a voice analytics model
|
3 |
emoji: 📊
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
|
|
8 |
license: mit
|
9 |
app_file: run.py
|
10 |
datasets:
|
11 |
+
- renumics/emodb
|
|
|
12 |
tags:
|
13 |
- renumics
|
14 |
- spotlight
|
|
|
15 |
- data-centric-ai
|
16 |
+
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
renumics_spotlight-1.3.0.post104+adfcaf1-py3-none-any.whl → renumics_spotlight-1.3.0.post109+71fb2cb-py3-none-any.whl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:124c97722387cede2c3fa374e68862bcf65dc0513346e7a09bba73031b8985c1
|
3 |
+
size 2525380
|