Spaces:
Runtime error
Runtime error
Commit
·
0c75c24
1
Parent(s):
e477dc6
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
- README.md +2 -2
- requirements.txt +2 -2
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ COPY . .
|
|
7 |
|
8 |
RUN pip install --no-cache-dir -r requirements.txt
|
9 |
|
10 |
-
RUN chmod -R 777 /
|
11 |
|
12 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
13 |
|
|
|
7 |
|
8 |
RUN pip install --no-cache-dir -r requirements.txt
|
9 |
|
10 |
+
RUN chmod -R 777 /code
|
11 |
|
12 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
13 |
|
README.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
---
|
3 |
tags: [gradio-custom-component]
|
4 |
title: gradio_mymodel3d V0.0.1
|
5 |
-
colorFrom:
|
6 |
-
colorTo:
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
|
|
2 |
---
|
3 |
tags: [gradio-custom-component]
|
4 |
title: gradio_mymodel3d V0.0.1
|
5 |
+
colorFrom: yellow
|
6 |
+
colorTo: blue
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
scikit-learn
|
2 |
-
https://
|
3 |
-
https://gradio-builds.s3.amazonaws.com/
|
4 |
gradio_mymodel3d-0.0.1-py3-none-any.whl
|
|
|
1 |
scikit-learn
|
2 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@2f760b6b95538be76d4ea91f63bf6616ff0eda60#subdirectory=client/python
|
3 |
+
https://gradio-builds.s3.amazonaws.com/2f760b6b95538be76d4ea91f63bf6616ff0eda60/gradio-3.50.2-py3-none-any.whl
|
4 |
gradio_mymodel3d-0.0.1-py3-none-any.whl
|