Parthebhan commited on
Commit
1e88702
·
verified ·
1 Parent(s): b178e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ api_key = os.getenv("HF_API_KEY")
10
 
11
 
12
  # Initialize the text generation pipeline
13
- pipe = pipeline("text-generation", model="llama3-8b-8192", use_auth_token=api_key))
14
 
15
 
16
  @app.get("/")
 
10
 
11
 
12
  # Initialize the text generation pipeline
13
+ pipe = pipeline("text-generation", model="llama3-8b-8192", use_auth_token=api_key)
14
 
15
 
16
  @app.get("/")