cutechicken commited on
Commit
1d43078
1 Parent(s): a7a5221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -12
app.py CHANGED
@@ -12,17 +12,7 @@ MODEL_ID = "CohereForAI/c4ai-command-r7b-12-2024"
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODEL_ID.split("/")[-1]
14
 
15
- TITLE = "<h1><center>새로운 일본어 LLM 모델 웹 UI</center></h1>"
16
-
17
- DESCRIPTION = f"""
18
- <h3>모델: <a href="https://huggingface.co/CohereForAI/c4ai-command-r7b-12-2024">CohereForAI/c4ai-command-r7b-12-2024</a></h3>
19
- <center>
20
- <p>
21
- <br>
22
- cc-by-nc
23
- </p>
24
- </center>
25
- """
26
 
27
  CSS = """
28
  .duplicate-button {
@@ -195,7 +185,7 @@ with gr.Blocks(css=CSS) as demo:
195
  chatbot=chatbot,
196
  fill_height=True,
197
  theme="soft",
198
- additional_inputs_accordion=gr.Accordion(label="⚙️ 매개변수", open=False, render=False),
199
  additional_inputs=[
200
  gr.Slider(
201
  minimum=0,
 
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODEL_ID.split("/")[-1]
14
 
15
+ TITLE = "<h1><center>온디바이스 AI(Open LLM 모델)</center></h1>"
 
 
 
 
 
 
 
 
 
 
16
 
17
  CSS = """
18
  .duplicate-button {
 
185
  chatbot=chatbot,
186
  fill_height=True,
187
  theme="soft",
188
+ additional_inputs_accordion=gr.Accordion(label="⚙️ 옵션션", open=False, render=False),
189
  additional_inputs=[
190
  gr.Slider(
191
  minimum=0,