uartimcs commited on
Commit
113e3e0
·
verified ·
1 Parent(s): 80b787f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def demo_process(pdf_path):
10
  global model, task_prompt, task_name
11
  input_img_list = convert_from_path(pdf_path.name)
12
  input_img = input_img_list[0]
13
- return type(input_img)
14
  # output = model.inference(image=input_img, prompt=task_prompt)["predictions"][0]
15
  # return output
16
 
 
10
  global model, task_prompt, task_name
11
  input_img_list = convert_from_path(pdf_path.name)
12
  input_img = input_img_list[0]
13
+ return "Hello"
14
  # output = model.inference(image=input_img, prompt=task_prompt)["predictions"][0]
15
  # return output
16