소스 검색

Update __init__.py

kongdebug 3 년 전
부모
커밋
23a95c561e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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