diff --git a/src/airunner/main.py b/src/airunner/main.py index d3a0d49e2..470e1a7f7 100755 --- a/src/airunner/main.py +++ b/src/airunner/main.py @@ -68,7 +68,7 @@ def main(): from airunner.app_installer import AppInstaller AppInstaller() else: - App(defendatron=facehuggershield.huggingface.defendatron) + App() if __name__ == "__main__":