Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from fastapi.staticfiles import StaticFiles
|
|
| 6 |
import wandb
|
| 7 |
|
| 8 |
app = FastAPI()
|
| 9 |
-
templates = Jinja2Templates(directory="
|
| 10 |
|
| 11 |
@app.get("/", response_class=HTMLResponse)
|
| 12 |
async def index(request: Request):
|
|
|
|
| 6 |
import wandb
|
| 7 |
|
| 8 |
app = FastAPI()
|
| 9 |
+
templates = Jinja2Templates(directory="./")
|
| 10 |
|
| 11 |
@app.get("/", response_class=HTMLResponse)
|
| 12 |
async def index(request: Request):
|