Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,13 +40,10 @@ def generate(
|
|
40 |
yield output
|
41 |
return output
|
42 |
|
43 |
-
mychatbot = gr.Chatbot(
|
44 |
-
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
|
45 |
-
|
46 |
demo = gr.ChatInterface(
|
47 |
fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
-
title="
|
50 |
theme="xiaobaiyuan/theme_brief"
|
51 |
)
|
52 |
|
|
|
40 |
yield output
|
41 |
return output
|
42 |
|
|
|
|
|
|
|
43 |
demo = gr.ChatInterface(
|
44 |
fn=generate,
|
45 |
chatbot=mychatbot,
|
46 |
+
title="",
|
47 |
theme="xiaobaiyuan/theme_brief"
|
48 |
)
|
49 |
|