Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
bb74629
1
Parent(s):
ea4dc0b
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ additional_inputs = [
|
|
46 |
avatar_images = ("https://i.postimg.cc/pXjKKVXG/user-circle.png", "https://i.postimg.cc/qq04Yz93/CL3.png")
|
47 |
|
48 |
gr.ChatInterface(
|
49 |
-
fn=
|
50 |
chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height="auto", avatar_images=avatar_images),
|
51 |
additional_inputs=additional_inputs,
|
52 |
title="ConvoLite",
|
|
|
46 |
avatar_images = ("https://i.postimg.cc/pXjKKVXG/user-circle.png", "https://i.postimg.cc/qq04Yz93/CL3.png")
|
47 |
|
48 |
gr.ChatInterface(
|
49 |
+
fn=generate,
|
50 |
chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height="auto", avatar_images=avatar_images),
|
51 |
additional_inputs=additional_inputs,
|
52 |
title="ConvoLite",
|