Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rmayormartins
/
my-llama3.1-groq
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rmayormartins
commited on
Nov 8, 2024
Commit
10dd914
Β·
1 Parent(s):
1442014
Subindo arquivos
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,7 +5,7 @@ import gradio as gr
5
#
6
api_key = os.getenv("GROQ_API_KEY2")
7
8
-
#
9
client = Groq(api_key=api_key)
10
11
#
5
#
6
api_key = os.getenv("GROQ_API_KEY2")
7
8
+
#.
9
client = Groq(api_key=api_key)
10
11
#