Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,5 +13,5 @@ def predict(input, history=[]):
|
|
13 |
|
14 |
return response, history
|
15 |
|
16 |
-
gr.Interface(fn=predict, title="
|
17 |
outputs=[gr.outputs.Textbox(label="Output"), "state"]).launch()
|
|
|
13 |
|
14 |
return response, history
|
15 |
|
16 |
+
gr.Interface(fn=predict, title="ineuronbot", inputs=[gr.inputs.Textbox(placeholder="Write a text"), "state"],
|
17 |
outputs=[gr.outputs.Textbox(label="Output"), "state"]).launch()
|