dellabee7 commited on
Commit
09c85b0
·
verified ·
1 Parent(s): 15d6c6c

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
  # 무료 사용 가능한 FLAN-T5 모델 사용
24
  client = InferenceClient(
25
- model="google/flan-t5-large",
26
  token=os.getenv("HUGGINGFACEHUB_API_TOKEN")
27
  )
28
 
 
22
 
23
  # 무료 사용 가능한 FLAN-T5 모델 사용
24
  client = InferenceClient(
25
+ model="tiiuae/falcon-rw-1b",
26
  token=os.getenv("HUGGINGFACEHUB_API_TOKEN")
27
  )
28