Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ additional_inputs=[
|
|
84 |
chatbot = gr.Chatbot(height=450,
|
85 |
layout="bubble")
|
86 |
|
87 |
-
with gr.Blocks(
|
88 |
gr.HTML("<h1><center>🤖 Mistral-7B-Chat 💬<h1><center>")
|
89 |
gr.ChatInterface(
|
90 |
generate,
|
|
|
84 |
chatbot = gr.Chatbot(height=450,
|
85 |
layout="bubble")
|
86 |
|
87 |
+
with gr.Blocks() as demo:
|
88 |
gr.HTML("<h1><center>🤖 Mistral-7B-Chat 💬<h1><center>")
|
89 |
gr.ChatInterface(
|
90 |
generate,
|