Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,6 +85,5 @@ additional_inputs=[
|
|
85 |
gr.ChatInterface(
|
86 |
fn=generate,
|
87 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
88 |
-
|
89 |
-
title="""Mistral 7B"""
|
90 |
).launch(show_api=False)
|
|
|
85 |
gr.ChatInterface(
|
86 |
fn=generate,
|
87 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
88 |
+
title="""Dora Bot"""
|
|
|
89 |
).launch(show_api=False)
|