Pārlūkot izejas kodu

Update __init__.py

kongdebug 3 gadi atpakaļ
vecāks
revīzija
23a95c561e
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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