Spaces:
Sleeping
Sleeping
Austin Gatlin
commited on
Commit
•
2679ee8
1
Parent(s):
a5c0271
Add Pipfile and Pipfile.lock via pipenv
Browse files- Pipfile +13 -0
- Pipfile.lock +0 -0
Pipfile
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[[source]]
|
2 |
+
url = "https://pypi.org/simple"
|
3 |
+
verify_ssl = true
|
4 |
+
name = "pypi"
|
5 |
+
|
6 |
+
[packages]
|
7 |
+
gradio = "*"
|
8 |
+
fastai = "*"
|
9 |
+
|
10 |
+
[dev-packages]
|
11 |
+
|
12 |
+
[requires]
|
13 |
+
python_version = "3.12"
|
Pipfile.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|