IsidoreSong commited on
Commit
6118db2
1 Parent(s): 200d572

Update modules/app.py

Browse files
Files changed (1) hide show
  1. modules/app.py +2 -2
modules/app.py CHANGED
@@ -18,8 +18,8 @@ app.mount("/static", StaticFiles(directory="static"), name="static")
18
 
19
  @app.head("/")
20
  @app.get("/")
21
- def index() -> FileResponse:
22
- return FileResponse(path="static/index.html", media_type="text/html")
23
 
24
 
25
  @app.get("/infer_biggan")
 
18
 
19
  @app.head("/")
20
  @app.get("/")
21
+ def index():
22
+ return 4
23
 
24
 
25
  @app.get("/infer_biggan")