瀏覽代碼

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