omar0scarf commited on
Commit
8c3254f
·
1 Parent(s): 0c17fdc

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import base64
8
  import io
9
  import os
10
 
11
- app = FastAPI()
12
 
13
  # Initialize model and processor
14
  MODEL_NAME = "bytedance-research/UI-TARS-7B-DPO"
 
8
  import io
9
  import os
10
 
11
+ app = FastAPI(docs_url="/docs", redoc_url="/redoc", openapi_url="/openapi.json")
12
 
13
  # Initialize model and processor
14
  MODEL_NAME = "bytedance-research/UI-TARS-7B-DPO"