This commit is contained in:
SOULOFCINDER 2023-03-31 15:59:14 +08:00
parent ec104e3048
commit f73e8dff96
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import gradio as gr
from transformers import AutoImageProcessor, TableTransformerForObjectDetection
import torch
from PIL import Image
def inference(img):
pretrained_model_path = "table-transformer-detection"

View File

@ -1,2 +1,3 @@
gradio==3.21.0
transformers==4.27.1
torch==2.0.0