Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,6 @@ def chatbot(input):
|
|
21 |
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="What's on your mind?",
|
26 |
theme="compact").launch(share=False)
|
|
|
21 |
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 By Rado",
|
25 |
description="What's on your mind?",
|
26 |
theme="compact").launch(share=False)
|