Browse Source

Update __init__.py

pull/97/head
tin2tin 11 months ago committed by GitHub
parent
commit
156a3a1b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      __init__.py

4
__init__.py

@ -775,8 +775,8 @@ def install_modules(self):
import_module(self, "resampy", "resampy") import_module(self, "resampy", "resampy")
import_module(self, "tabulate", "tabulate") import_module(self, "tabulate", "tabulate")
import_module(self, "gradio", "gradio==4.8.0") import_module(self, "gradio", "gradio==4.8.0")
else: else:
import_module(self, "resemble_enhance", "resemble-enhance") import_module(self, "resemble_enhance", "resemble-enhance")
try: try:

Loading…
Cancel
Save