Spaces:
Sleeping
Sleeping
no
Browse files
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://
|
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__":
|