update urls
Browse files
app.py
CHANGED
|
@@ -34,13 +34,19 @@ classifier_predictions = {}
|
|
| 34 |
selected_dataset = "Final"
|
| 35 |
|
| 36 |
root_visualization_dir = "./visualizations/"
|
| 37 |
-
viz_url =
|
|
|
|
|
|
|
| 38 |
viz_archivefile = "Final.zip"
|
| 39 |
|
| 40 |
-
demonstration_url =
|
|
|
|
|
|
|
| 41 |
demonst_zipfile = "demonstrations.zip"
|
| 42 |
|
| 43 |
-
picklefile_url =
|
|
|
|
|
|
|
| 44 |
prediction_root = "./predictions/"
|
| 45 |
prediction_pickle = f"{prediction_root}predictions.pickle"
|
| 46 |
|
|
|
|
| 34 |
selected_dataset = "Final"
|
| 35 |
|
| 36 |
root_visualization_dir = "./visualizations/"
|
| 37 |
+
viz_url = (
|
| 38 |
+
"https://drive.google.com/file/d/1LpmOc_nFBzApYWAokO2J-s9RRXsk3pBN/view?usp=sharing"
|
| 39 |
+
)
|
| 40 |
viz_archivefile = "Final.zip"
|
| 41 |
|
| 42 |
+
demonstration_url = (
|
| 43 |
+
"https://drive.google.com/file/d/1C92llG5VrlABrsIEvxfNlSDc_gIeLlls/view?usp=sharing"
|
| 44 |
+
)
|
| 45 |
demonst_zipfile = "demonstrations.zip"
|
| 46 |
|
| 47 |
+
picklefile_url = (
|
| 48 |
+
"https://drive.google.com/file/d/1Yx4abA4VLZGO5JkzhXVGdy6mbPltMd68/view?usp=sharing"
|
| 49 |
+
)
|
| 50 |
prediction_root = "./predictions/"
|
| 51 |
prediction_pickle = f"{prediction_root}predictions.pickle"
|
| 52 |
|