Spaces:
Sleeping
Sleeping
File size: 238 Bytes
769cc9d b749aa6 a7f6295 b749aa6 769cc9d a7f6295 06e607f |
1 2 3 4 5 6 7 8 9 10 11 |
import sys
import os
# Add src to path so we can import the package
sys.path.append(os.path.join(os.path.dirname(__file__), "src"))
from credentialwatch_agent.main import demo
if __name__ == "__main__":
demo.launch(ssr_mode=False)
|