Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Omkar008/gcp_document_ai
Omkar008
/
gcp_document_ai_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omkar008
commited on
Nov 8, 2024
Commit
53f56c0
·
verified
·
1 Parent(s):
2f6db8c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,5 @@ async def process_document_base64(request_data: dict):
30
json=payload
31
)
32
print(response.json())
33
-
return response.json()
30
json=payload
31
)
32
print(response.json())
33
+
return response.json()
34
+