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