Ken Sang Tang commited on
Commit
bcc2d91
·
verified ·
1 Parent(s): 9560942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import toml
2
  import os
3
 
 
 
4
  # Load OPENMANUS_ENDPOINT_URL from env or config fallback
5
  OPENMANUS_ENDPOINT_URL = os.getenv("OPENMANUS_ENDPOINT_URL")
6
  if not OPENMANUS_ENDPOINT_URL:
 
1
  import toml
2
  import os
3
 
4
+ app = FastAPI()
5
+
6
  # Load OPENMANUS_ENDPOINT_URL from env or config fallback
7
  OPENMANUS_ENDPOINT_URL = os.getenv("OPENMANUS_ENDPOINT_URL")
8
  if not OPENMANUS_ENDPOINT_URL: