Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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("/")
|