akameswa commited on
Commit
6854c35
·
verified ·
1 Parent(s): 4ba6213

Update src/util/params.py

Browse files
Files changed (1) hide show
  1. src/util/params.py +1 -1
src/util/params.py CHANGED
@@ -61,7 +61,7 @@ pipe = StableDiffusionPipeline(
61
  requires_safety_checker=False,
62
  ).to(torch_device)
63
 
64
- dash_tunnel = setup_tunnel("0.0.0.0", 8000, secrets.token_urlsafe(32))
65
 
66
  __all__ = [
67
  "prompt",
 
61
  requires_safety_checker=False,
62
  ).to(torch_device)
63
 
64
+ dash_tunnel = setup_tunnel("0.0.0.0", 8000, secrets.token_urlsafe(32), None)
65
 
66
  __all__ = [
67
  "prompt",