Spaces:
Running
Running
Upload app.py
Browse files
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=
|
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()
|