Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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 |
-
|
| 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")
|