Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ app.add_middleware(
|
|
| 34 |
detector = VocalGuardDetector()
|
| 35 |
|
| 36 |
# Serve frontend static files
|
| 37 |
-
frontend_path = os.path.join(os.path.dirname(__file__), ".."
|
| 38 |
app.mount("/static", StaticFiles(directory=frontend_path), name="static")
|
| 39 |
|
| 40 |
|
|
|
|
| 34 |
detector = VocalGuardDetector()
|
| 35 |
|
| 36 |
# Serve frontend static files
|
| 37 |
+
frontend_path = os.path.join(os.path.dirname(__file__), "..")
|
| 38 |
app.mount("/static", StaticFiles(directory=frontend_path), name="static")
|
| 39 |
|
| 40 |
|