partial load model from custom path in menu

This commit is contained in:
ebolam
2023-05-19 18:24:06 -04:00
parent 309f1c432a
commit 6df5fe4ad0
7 changed files with 27 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ import torch
import requests
import numpy as np
from typing import List, Optional, Union
import os
import utils
from logger import logger