Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ 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=
|
|
|
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=True)
|