rombodawg commited on
Commit
7c0ddf5
1 Parent(s): 73f6e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -7,11 +7,11 @@ import gradio as gr
7
 
8
  from threading import Thread
9
 
10
- MODEL = "rombodawg/Rombos-LLM-V2.5-Qwen-7b"
11
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
12
 
13
  TITLE = """
14
- <h1><center>rombodawg/Rombos-LLM-V2.5-Qwen-7b</center></h1>
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>rombodawg/Rombos-LLM-V2.5-Qwen-7b billion parameter language model developed by Rombodawg.</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 Rombos-LLM-V2.5-Qwen-7b, 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
  ),
 
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
  ),