caobencheng commited on
Commit
f5e19a0
·
verified ·
1 Parent(s): 4897e29

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -6,6 +6,7 @@ import torch
6
 
7
  app = FastAPI()
8
 
 
9
  app.mount("/", StaticFiles(directory="static", html=True), name="static")
10
 
11
  @app.get("/")
 
6
 
7
  app = FastAPI()
8
 
9
+
10
  app.mount("/", StaticFiles(directory="static", html=True), name="static")
11
 
12
  @app.get("/")