ftx7go commited on
Commit
79496c1
·
verified ·
1 Parent(s): 265b336

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import io
18
  import base64
19
 
20
  # FastAPI server URL
21
- FASTAPI_URL = "http://localhost:7860/analyze" # Adjust if your FastAPI server is running elsewhere
22
 
23
  # Email credentials
24
  SENDER_EMAIL = "[email protected]"
 
18
  import base64
19
 
20
  # FastAPI server URL
21
+ FASTAPI_URL = "http://localhost:8000/analyze" # Updated to the default FastAPI port
22
 
23
  # Email credentials
24
  SENDER_EMAIL = "[email protected]"