radames commited on
Commit
22e6fb5
1 Parent(s): 2e6727e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ app.add_middleware(
41
  @app.get("/")
42
  async def main():
43
  # redirect to https://huggingface.co/spaces/multimodalart/stable-cascade
44
- return RedirectResponse("https://huggingface.co/spaces/multimodalart/stable-cascade")
45
 
46
 
47
  if __name__ == "__main__":
 
41
  @app.get("/")
42
  async def main():
43
  # redirect to https://huggingface.co/spaces/multimodalart/stable-cascade
44
+ return RedirectResponse("https://multimodalart-stable-cascade.hf.space/?__theme=system")
45
 
46
 
47
  if __name__ == "__main__":