Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
usmanyousaf
/
AI-WebScraper-App
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
usmanyousaf
commited on
Nov 15, 2024
Commit
d1bfba8
·
verified
·
1 Parent(s):
bd2621c
Update parse.py
Browse files
Files changed (1)
hide
show
parse.py
+1
-0
parse.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
from groq import Groq # type: ignore
2
3
# Initialize Groq client with the API key directly
4
1
from groq import Groq # type: ignore
2
+
import os
3
4
# Initialize Groq client with the API key directly
5