Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,10 +55,7 @@ def respond(
|
|
55 |
response += token
|
56 |
yield response
|
57 |
|
58 |
-
|
59 |
-
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
60 |
-
"""
|
61 |
-
|
62 |
demo = gr.ChatInterface(
|
63 |
respond,
|
64 |
additional_inputs=[
|
|
|
55 |
response += token
|
56 |
yield response
|
57 |
|
58 |
+
descriptions = descriptions(message)
|
|
|
|
|
|
|
59 |
demo = gr.ChatInterface(
|
60 |
respond,
|
61 |
additional_inputs=[
|