Spaces:
Runtime error
Runtime error
Amar Gill
commited on
Commit
•
ee55d1d
1
Parent(s):
b9efb29
install modules
Browse files- Pipfile +14 -0
- Pipfile.lock +0 -0
Pipfile
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[[source]]
|
2 |
+
url = "https://pypi.org/simple"
|
3 |
+
verify_ssl = true
|
4 |
+
name = "pypi"
|
5 |
+
|
6 |
+
[packages]
|
7 |
+
fastai = "*"
|
8 |
+
gradio = "*"
|
9 |
+
scikit-image = "*"
|
10 |
+
|
11 |
+
[dev-packages]
|
12 |
+
|
13 |
+
[requires]
|
14 |
+
python_version = "3.10"
|
Pipfile.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|