update gradio
Browse files- .dockerignore +1 -1
- requirements.txt β packages.txt +0 -0
- setup.py +1 -1
.dockerignore
CHANGED
@@ -3,4 +3,4 @@
|
|
3 |
|
4 |
# Except scripts
|
5 |
!/scripts
|
6 |
-
!/
|
|
|
3 |
|
4 |
# Except scripts
|
5 |
!/scripts
|
6 |
+
!/packages.txt
|
requirements.txt β packages.txt
RENAMED
File without changes
|
setup.py
CHANGED
@@ -11,6 +11,6 @@ setup(
|
|
11 |
author='Mohit Shridhar',
|
12 |
author_email='mshr@cs.washington.edu',
|
13 |
url='https://cliport.github.io/',
|
14 |
-
# install_requires=[line for line in open('
|
15 |
keywords=['CLIP', 'Vision Language Grounding', 'Robotics', 'Manipulation'],
|
16 |
)
|
|
|
11 |
author='Mohit Shridhar',
|
12 |
author_email='mshr@cs.washington.edu',
|
13 |
url='https://cliport.github.io/',
|
14 |
+
# install_requires=[line for line in open('packages.txt').readlines() if "@" not in line],
|
15 |
keywords=['CLIP', 'Vision Language Grounding', 'Robotics', 'Manipulation'],
|
16 |
)
|