Spaces:
Sleeping
Sleeping
Jainish1808
commited on
Commit
·
35be502
1
Parent(s):
c5c6aed
Uploaded 21-06 (8)
Browse files
main.py
CHANGED
@@ -25,7 +25,7 @@ Always respond in 2 to 3 short sentences.
|
|
25 |
"""
|
26 |
|
27 |
app = FastAPI()
|
28 |
-
app.mount("/static", StaticFiles(directory="static"), name="static")
|
29 |
templates = Jinja2Templates(directory="templates")
|
30 |
|
31 |
# Global cache to avoid reloading models
|
|
|
25 |
"""
|
26 |
|
27 |
app = FastAPI()
|
28 |
+
# app.mount("/static", StaticFiles(directory="static"), name="static")
|
29 |
templates = Jinja2Templates(directory="templates")
|
30 |
|
31 |
# Global cache to avoid reloading models
|