Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,5 +22,5 @@ inputs = gr.inputs.Textbox(lines=7, label="Chat with AI")
|
|
| 22 |
outputs = gr.outputs.Textbox(label="Reply")
|
| 23 |
|
| 24 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Human(esque) AI",
|
| 25 |
-
description="
|
| 26 |
theme="compact").launch(share=False)
|
|
|
|
| 22 |
outputs = gr.outputs.Textbox(label="Reply")
|
| 23 |
|
| 24 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Human(esque) AI",
|
| 25 |
+
description="What's on your mind?",
|
| 26 |
theme="compact").launch(share=False)
|