Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,6 @@ css = """
|
|
88 |
"""
|
89 |
|
90 |
with gr.Blocks(css=css, theme="Nymbo/Alyx_Theme") as demo:
|
91 |
-
gr.HTML("<h1><center>Mixtral 8x7B<h1><center>")
|
92 |
gr.ChatInterface(
|
93 |
generate,
|
94 |
additional_inputs=additional_inputs,
|
|
|
88 |
"""
|
89 |
|
90 |
with gr.Blocks(css=css, theme="Nymbo/Alyx_Theme") as demo:
|
|
|
91 |
gr.ChatInterface(
|
92 |
generate,
|
93 |
additional_inputs=additional_inputs,
|