dellabee7 commited on
Commit
e6dddec
ยท
verified ยท
1 Parent(s): dd20538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ pdf_context = extract_pdf_text([
22
 
23
  # Hugging Face Inference Client ์„ค์ • (starcoderbase ์‚ฌ์šฉ)
24
  client = InferenceClient(
25
- model=""bigcode/starcoder2-7b"",
26
  token=os.getenv("HUGGINGFACEHUB_API_TOKEN") # ๋ฐ˜๋“œ์‹œ ๋“ฑ๋ก ํ•„์š”
27
  )
28
 
 
22
 
23
  # Hugging Face Inference Client ์„ค์ • (starcoderbase ์‚ฌ์šฉ)
24
  client = InferenceClient(
25
+ model="bigcode/starcoder2-7b",
26
  token=os.getenv("HUGGINGFACEHUB_API_TOKEN") # ๋ฐ˜๋“œ์‹œ ๋“ฑ๋ก ํ•„์š”
27
  )
28