kimrang commited on
Commit
aea47d3
·
verified ·
1 Parent(s): a238014

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -162,7 +162,7 @@ def find_vectorstore_folders():
162
  return []
163
 
164
  # 예상되는 벡터스토어 폴더들
165
- expected_folders = ['vectorstore1', 'vectorstore2', 'vectorstore3']
166
  vectorstore_folders = []
167
 
168
  # 실제로 존재하는 벡터스토어 관련 폴더들도 찾기
@@ -581,12 +581,6 @@ with gr.Blocks(title="한남대학교 Q&A") as interface:
581
 
582
  submit_btn = gr.Button("답변 받기", variant="primary", size="lg")
583
 
584
- model_choice = gr.Radio(
585
- choices=["llama3-70b-8192", "llama3-8b-8192"],
586
- label="🤖 AI 모델 선택",
587
- value="llama3-70b-8192"
588
- )
589
-
590
  with gr.Column(scale=2):
591
  output = gr.Textbox(
592
  label="💬 답변",
 
162
  return []
163
 
164
  # 예상되는 벡터스토어 폴더들
165
+ expected_folders = ['vectorstore1']
166
  vectorstore_folders = []
167
 
168
  # 실제로 존재하는 벡터스토어 관련 폴더들도 찾기
 
581
 
582
  submit_btn = gr.Button("답변 받기", variant="primary", size="lg")
583
 
 
 
 
 
 
 
584
  with gr.Column(scale=2):
585
  output = gr.Textbox(
586
  label="💬 답변",