Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,13 +74,11 @@ additional_inputs=[
|
|
74 |
)
|
75 |
]
|
76 |
|
77 |
-
chatbot = "ANIMA - Biomimicry Guide"
|
78 |
|
79 |
iface = gr.ChatInterface(
|
80 |
fn = generater,
|
81 |
title=title,
|
82 |
description = description,
|
83 |
-
chatbot=True,
|
84 |
additional_inputs=additional_inputs,
|
85 |
examples=[
|
86 |
["Hello ANIMA! Can you tell me how the Namib Desert Beetle inspires water collection methods?"],
|
|
|
74 |
)
|
75 |
]
|
76 |
|
|
|
77 |
|
78 |
iface = gr.ChatInterface(
|
79 |
fn = generater,
|
80 |
title=title,
|
81 |
description = description,
|
|
|
82 |
additional_inputs=additional_inputs,
|
83 |
examples=[
|
84 |
["Hello ANIMA! Can you tell me how the Namib Desert Beetle inspires water collection methods?"],
|