Skip to content

Commit

Permalink
scripts/vsmlrt.py: export inference and inference_with_fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Nov 29, 2022
1 parent eb36ef5 commit 7352920
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/vsmlrt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.13.2"
__version__ = "3.13.3"

__all__ = [
"Backend",
Expand All @@ -7,7 +7,8 @@
"RealESRGAN", "RealESRGANModel",
"RealESRGANv2", "RealESRGANv2Model",
"CUGAN",
"RIFE", "RIFEModel", "RIFEMerge"
"RIFE", "RIFEModel", "RIFEMerge",
"inference", "inference_with_fallback"
]

import copy
Expand Down

0 comments on commit 7352920

Please sign in to comment.