Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,12 +24,7 @@ If you want to support my work consider clicking on the heart react button ❤
|
|
24 |
demo = gr.ChatInterface(
|
25 |
fn=talk,
|
26 |
chatbot=gr.Chatbot(
|
27 |
-
show_label=True,
|
28 |
-
show_share_button=True,
|
29 |
-
show_copy_button=True,
|
30 |
-
likeable=True,
|
31 |
),
|
32 |
-
examples=[["what's anarchy ? "]],
|
33 |
description=DESCRIPTION,
|
34 |
)
|
35 |
demo.launch(debug=True)
|
|
|
24 |
demo = gr.ChatInterface(
|
25 |
fn=talk,
|
26 |
chatbot=gr.Chatbot(
|
|
|
|
|
|
|
|
|
27 |
),
|
|
|
28 |
description=DESCRIPTION,
|
29 |
)
|
30 |
demo.launch(debug=True)
|