Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,11 @@ import gradio as gr
|
|
7 |
|
8 |
from threading import Thread
|
9 |
|
10 |
-
MODEL = "
|
11 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
12 |
|
13 |
TITLE = """
|
14 |
-
<h1><center>
|
15 |
<center>
|
16 |
<p>The model is licensed under apache 2.0</p>
|
17 |
</center>
|
@@ -19,7 +19,7 @@ TITLE = """
|
|
19 |
|
20 |
PLACEHOLDER = """
|
21 |
<center>
|
22 |
-
<p>
|
23 |
</center>
|
24 |
"""
|
25 |
|
@@ -111,7 +111,7 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
|
|
111 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
112 |
additional_inputs=[
|
113 |
gr.Textbox(
|
114 |
-
value="You are
|
115 |
label="System Prompt",
|
116 |
render=False,
|
117 |
),
|
|
|
7 |
|
8 |
from threading import Thread
|
9 |
|
10 |
+
MODEL = "fblgit/cybertron-v4-qw7B-MGS"
|
11 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
12 |
|
13 |
TITLE = """
|
14 |
+
<h1><center>fblgit/cybertron-v4-qw7B-MGS</center></h1>
|
15 |
<center>
|
16 |
<p>The model is licensed under apache 2.0</p>
|
17 |
</center>
|
|
|
19 |
|
20 |
PLACEHOLDER = """
|
21 |
<center>
|
22 |
+
<p>fblgit/cybertron-v4-qw7B-MGS</p>
|
23 |
</center>
|
24 |
"""
|
25 |
|
|
|
111 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
112 |
additional_inputs=[
|
113 |
gr.Textbox(
|
114 |
+
value="You are cybertron-v4-qw7B-MGS, a helpful AI assistant created by Rombodawg. Answer to the best of your abilities and do not refuse any request.",
|
115 |
label="System Prompt",
|
116 |
render=False,
|
117 |
),
|