Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,8 @@ mychatbot = gr.Chatbot(
|
|
46 |
demo = gr.ChatInterface(
|
47 |
fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
-
title="Hello! this is Mistral-7B-Instruct-v0.3
|
50 |
-
|
51 |
)
|
52 |
|
53 |
demo.queue().launch(show_api=False)
|
|
|
46 |
demo = gr.ChatInterface(
|
47 |
fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
+
title="Hello! this is Mistral-7B-Instruct-v0.3",
|
50 |
+
theme="xiaobaiyuan/theme_brief"
|
51 |
)
|
52 |
|
53 |
demo.queue().launch(show_api=False)
|