Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,12 +81,10 @@ additional_inputs=[
|
|
81 |
)
|
82 |
]
|
83 |
|
84 |
-
theme = gr.themes.Default(primary_hue="pink", secondary_hue="pink")
|
85 |
-
|
86 |
gr.ChatInterface(
|
87 |
fn=generate,
|
88 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
89 |
additional_inputs=additional_inputs,
|
90 |
-
theme=
|
91 |
title="""Mistral 7B v0.3"""
|
92 |
).launch(show_api=False)
|
|
|
81 |
)
|
82 |
]
|
83 |
|
|
|
|
|
84 |
gr.ChatInterface(
|
85 |
fn=generate,
|
86 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
87 |
additional_inputs=additional_inputs,
|
88 |
+
theme="Nymbo/Alyx_Theme",
|
89 |
title="""Mistral 7B v0.3"""
|
90 |
).launch(show_api=False)
|