Spaces:
Running
on
Zero
Running
on
Zero
Upload 2 files
Browse files- app.py +5 -5
- requirements.txt +17 -17
app.py
CHANGED
@@ -639,11 +639,11 @@ def create_interface():
|
|
639 |
# Image Examples
|
640 |
gr.Examples(
|
641 |
examples=[
|
642 |
-
"
|
643 |
-
"
|
644 |
-
"
|
645 |
-
"
|
646 |
-
"
|
647 |
],
|
648 |
inputs=image_input,
|
649 |
label="Example Images"
|
|
|
639 |
# Image Examples
|
640 |
gr.Examples(
|
641 |
examples=[
|
642 |
+
"room_01.jpg",
|
643 |
+
"room_02.jpg",
|
644 |
+
"street_04.jpg",
|
645 |
+
"street_05.jpg",
|
646 |
+
"landmark_Louvre_01.jpg",
|
647 |
],
|
648 |
inputs=image_input,
|
649 |
label="Example Images"
|
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision>=0.15.0
|
3 |
+
ultralytics>=8.0.0
|
4 |
+
opencv-python>=4.7.0
|
5 |
+
pillow>=9.4.0
|
6 |
+
numpy>=1.23.5
|
7 |
+
matplotlib>=3.7.0
|
8 |
+
gradio>=3.32.0
|
9 |
+
git+https://github.com/openai/CLIP.git
|
10 |
+
yt-dlp>=2023.3.4
|
11 |
+
requests>=2.28.1
|
12 |
+
transformers
|
13 |
+
accelerate
|
14 |
+
bitsandbytes
|
15 |
+
sentencepiece
|
16 |
+
huggingface_hub>=0.19.0
|
17 |
+
urllib3>=1.26.0
|