Browse Source

Update __init__.py

kongdebug 3 năm trước cách đây
mục cha
commit
23a95c561e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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