Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jmlon
/
DemoRag
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DemoRag
/
test.py
Jorge Londoño
Tested on linux environment
1df5013
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
import
os
import
gradio
as
gr
from
dotenv
import
load_dotenv
load_dotenv()
print
(
'EMBEDDINGS_MODEL'
, os.getenv(
"EMBEDDINGS_MODEL"
))