Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,6 @@ from fastapi import FastAPI, File, Form,UploadFile,HTTPException
|
|
10 |
|
11 |
app=FastAPI()
|
12 |
|
13 |
-
app.cor
|
14 |
-
|
15 |
def run_model(image,text_input):
|
16 |
torch.cuda.empty_cache()
|
17 |
model_id= "Qwen/Qwen2-VL-7B-Instruct-AWQ"
|
|
|
10 |
|
11 |
app=FastAPI()
|
12 |
|
|
|
|
|
13 |
def run_model(image,text_input):
|
14 |
torch.cuda.empty_cache()
|
15 |
model_id= "Qwen/Qwen2-VL-7B-Instruct-AWQ"
|