codelion commited on
Commit
1686a77
1 Parent(s): 89471e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -13,9 +13,6 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
13
 
14
  DESCRIPTION = """\
15
  # Mera Mixture Chat
16
-
17
- This Space demonstrates model [mera-mix-4x7B](https://huggingface.co/meraGPT/mera-mix-4x7B) by meraGPT, feel free to play with it!
18
-
19
  """
20
 
21
  LICENSE = """
@@ -137,7 +134,7 @@ chat_interface = gr.ChatInterface(
137
  )
138
 
139
  with gr.Blocks(css="style.css") as demo:
140
- # gr.Markdown(DESCRIPTION,elem_classes="contain")
141
  # gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
142
  chat_interface.render()
143
  # gr.Markdown(LICENSE,elem_classes="contain")
 
13
 
14
  DESCRIPTION = """\
15
  # Mera Mixture Chat
 
 
 
16
  """
17
 
18
  LICENSE = """
 
134
  )
135
 
136
  with gr.Blocks(css="style.css") as demo:
137
+ gr.Markdown(DESCRIPTION,elem_classes="contain")
138
  # gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
139
  chat_interface.render()
140
  # gr.Markdown(LICENSE,elem_classes="contain")