Explorar el Código

Update __init__.py

kongdebug hace 3 años
padre
commit
23a95c561e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      paddlers/models/ppgan/apps/__init__.py

+ 2 - 1
paddlers/models/ppgan/apps/__init__.py

@@ -13,4 +13,5 @@
 # limitations under the License.
 
 from .realsr_predictor import RealSRPredictor
-from .mpr_predictor import MPRPredictor
+from .mpr_predictor import MPRPredictor
+from .drn_predictor import DRNPredictor