Spaces:
Running
on
Zero
Running
on
Zero
cutechicken
commited on
Commit
•
1d43078
1
Parent(s):
a7a5221
Update app.py
Browse files
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
|
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="⚙️
|
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,
|