Spaces:
Runtime error
Runtime error
update
Browse files- app.py +1 -1
- requirements.txt +2 -0
app.py
CHANGED
@@ -44,7 +44,7 @@ def image_text_zeroshot(image, text_list):
|
|
44 |
def main():
|
45 |
inputs = [
|
46 |
gr.inputs.Textbox(lines=1, label="texts"),
|
47 |
-
gr.inputs.Image(type="filepath", label="
|
48 |
]
|
49 |
|
50 |
iface = gr.Interface(
|
|
|
44 |
def main():
|
45 |
inputs = [
|
46 |
gr.inputs.Textbox(lines=1, label="texts"),
|
47 |
+
gr.inputs.Image(type="filepath", label="Output image")
|
48 |
]
|
49 |
|
50 |
iface = gr.Interface(
|
requirements.txt
CHANGED
@@ -3,6 +3,8 @@ torchvision==0.14.0
|
|
3 |
torchaudio==0.13.0
|
4 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
5 |
timm==0.6.7
|
|
|
|
|
6 |
ftfy
|
7 |
regex
|
8 |
einops
|
|
|
3 |
torchaudio==0.13.0
|
4 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
5 |
timm==0.6.7
|
6 |
+
proj
|
7 |
+
geos
|
8 |
ftfy
|
9 |
regex
|
10 |
einops
|