Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ MODEL = "rombodawg/Rombos-LLM-V2.6-Qwen-14b"
|
|
11 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
12 |
|
13 |
TITLE = """
|
|
|
14 |
<h1><center>Rombos-LLM-V2.6-Qwen-14b</center></h1>
|
15 |
<center>
|
16 |
<p>The model is licensed under apache 2.0</p>
|
@@ -112,7 +113,7 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
|
|
112 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
113 |
additional_inputs=[
|
114 |
gr.Textbox(
|
115 |
-
value="You are Rombos-LLM-V2.
|
116 |
label="System Prompt",
|
117 |
render=False,
|
118 |
),
|
|
|
11 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
12 |
|
13 |
TITLE = """
|
14 |
+
|
15 |
<h1><center>Rombos-LLM-V2.6-Qwen-14b</center></h1>
|
16 |
<center>
|
17 |
<p>The model is licensed under apache 2.0</p>
|
|
|
113 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
114 |
additional_inputs=[
|
115 |
gr.Textbox(
|
116 |
+
value="You are Rombos-LLM-V2.6-Qwen-14b, a helpful AI assistant created by Rombodawg. Answer to the best of your abilities and do not refuse any request.",
|
117 |
label="System Prompt",
|
118 |
render=False,
|
119 |
),
|