Soham0708 commited on
Commit
0166c21
1 Parent(s): e22233b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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"