Spaces:
Sleeping
Sleeping
Tan Gezerman commited on
Change model_path, base_data_path
Browse files
app.py
CHANGED
|
@@ -394,8 +394,8 @@ if __name__ == "__main__":
|
|
| 394 |
batch_size = 48
|
| 395 |
|
| 396 |
# Paths
|
| 397 |
-
base_data_path =
|
| 398 |
-
model_path =
|
| 399 |
|
| 400 |
# Create and launch interface
|
| 401 |
interface = create_gradio_interface(
|
|
|
|
| 394 |
batch_size = 48
|
| 395 |
|
| 396 |
# Paths
|
| 397 |
+
base_data_path = "Data/hf_Data_{patch_size}_{version}"
|
| 398 |
+
model_path = "model__{patch_size}_{batch_size}_{version}.pth"
|
| 399 |
|
| 400 |
# Create and launch interface
|
| 401 |
interface = create_gradio_interface(
|