Update app.py
Browse files
app.py
CHANGED
|
@@ -34,26 +34,24 @@ ZIP_FILE_PREFIX = "frames_zips/"
|
|
| 34 |
|
| 35 |
# Using the full list from the user's original code for actual deployment
|
| 36 |
CAPTION_SERVERS = [
|
| 37 |
-
"https://
|
| 38 |
-
"https://
|
| 39 |
-
"https://
|
| 40 |
-
"https://
|
| 41 |
-
"https://
|
| 42 |
-
"https://
|
| 43 |
-
"https://
|
| 44 |
-
"https://
|
| 45 |
-
"https://
|
| 46 |
-
"https://
|
| 47 |
-
"https://
|
| 48 |
-
"https://
|
| 49 |
-
"https://
|
| 50 |
-
"https://
|
| 51 |
-
"https://
|
| 52 |
-
"https://
|
| 53 |
-
"https://
|
| 54 |
-
"https://
|
| 55 |
-
"https://Fredalone-fcorde-19.hf.space/analyze",
|
| 56 |
-
"https://Fredalone-fcorde-20.hf.space/analyze"
|
| 57 |
]
|
| 58 |
MODEL_TYPE = "Florence-2-large"
|
| 59 |
|
|
|
|
| 34 |
|
| 35 |
# Using the full list from the user's original code for actual deployment
|
| 36 |
CAPTION_SERVERS = [
|
| 37 |
+
"https://eliason1-fserve-1.hf.space/analyze",
|
| 38 |
+
"https://eliason1-fserve-2.hf.space/analyze",
|
| 39 |
+
"https://eliason1-fserve-3.hf.space/analyze",
|
| 40 |
+
"https://eliason1-fserve-4.hf.space/analyze",
|
| 41 |
+
"https://eliason1-fserve-5.hf.space/analyze",
|
| 42 |
+
"https://eliason1-fserve-6.hf.space/analyze",
|
| 43 |
+
"https://eliason1-fserve-7.hf.space/analyze",
|
| 44 |
+
"https://eliason1-fserve-8.hf.space/analyze",
|
| 45 |
+
"https://eliason1-fserve-9.hf.space/analyze",
|
| 46 |
+
"https://eliason1-fserve-10.hf.space/analyze",
|
| 47 |
+
"https://eliason1-fserve-11.hf.space/analyze",
|
| 48 |
+
"https://eliason1-fserve-12.hf.space/analyze",
|
| 49 |
+
"https://eliason1-fserve-13.hf.space/analyze",
|
| 50 |
+
"https://eliason1-fserve-14.hf.space/analyze",
|
| 51 |
+
"https://eliason1-fserve-15.hf.space/analyze",
|
| 52 |
+
"https://eliason1-fserve-16.hf.space/analyze",
|
| 53 |
+
"https://eliason1-fserve-17.hf.space/analyze",
|
| 54 |
+
"https://eliason1-fserve-18.hf.space/analyze"
|
|
|
|
|
|
|
| 55 |
]
|
| 56 |
MODEL_TYPE = "Florence-2-large"
|
| 57 |
|