Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ import tempfile # ✅ Add this!
|
|
30 |
|
31 |
|
32 |
app = FastAPI()
|
|
|
33 |
|
34 |
# CORS setup to allow requests from your frontend
|
35 |
app.add_middleware(
|
|
|
30 |
|
31 |
|
32 |
app = FastAPI()
|
33 |
+
print("entry point for the app ")
|
34 |
|
35 |
# CORS setup to allow requests from your frontend
|
36 |
app.add_middleware(
|