tcy6 commited on
Commit
38c0a43
·
1 Parent(s): 95be598

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def calculate_md5_from_binary(binary_data):
63
  hash_md5.update(binary_data)
64
  return hash_md5.hexdigest()
65
 
66
- @spaces.GPU(duration=100)
67
  def add_pdf_gradio(pdf_file_binary, progress=gr.Progress()):
68
  global model, tokenizer
69
  model.eval()
 
63
  hash_md5.update(binary_data)
64
  return hash_md5.hexdigest()
65
 
66
+ @spaces.GPU(duration=50)
67
  def add_pdf_gradio(pdf_file_binary, progress=gr.Progress()):
68
  global model, tokenizer
69
  model.eval()