Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prashasst
/
Medical_Lab_Test_Extraction_Pipeline
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Prashasst
commited on
Mar 7
Commit
970417f
·
verified
·
1 Parent(s):
8a8a96a
Create config.py
Browse files
Files changed (1)
hide
show
config.py
+8
-0
config.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import os
2
+
from dotenv import load_dotenv
3
+
4
+
# Load .env variables if using a .env file
5
+
load_dotenv()
6
+
7
+
# API Key for external services
8
+
google_api = os.getenv("google_api")