Spaces:
Sleeping
Sleeping
comma
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p):
|
|
28 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
29 |
"""
|
30 |
athena = gr.ChatInterface(
|
31 |
-
fn=respond
|
32 |
additional_inputs=[
|
33 |
gr.Textbox(value=
|
34 |
"""
|
|
|
28 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
29 |
"""
|
30 |
athena = gr.ChatInterface(
|
31 |
+
fn=respond,
|
32 |
additional_inputs=[
|
33 |
gr.Textbox(value=
|
34 |
"""
|