Spaces:
Runtime error
Runtime error
Update app.py
#14
by allenjacob - opened
app.py
CHANGED
|
@@ -45,9 +45,7 @@ def chatbot(input):
|
|
| 45 |
|
| 46 |
inputs = gr.inputs.Textbox(lines=7, label= "Try: 'How do I pay my water bill?'")
|
| 47 |
outputs = gr.outputs.Textbox(label="Answer")
|
| 48 |
-
image = gr.images
|
| 49 |
|
| 50 |
-
|
| 51 |
-
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, css = css1, title='Molly Online Operator (MOO)',
|
| 52 |
description="Ask any questions you might have about the City of Fort Worth",
|
| 53 |
theme="finlaymacklon/smooth_slate", server_name="0.0.0.0").launch(share=False)
|
|
|
|
| 45 |
|
| 46 |
inputs = gr.inputs.Textbox(lines=7, label= "Try: 'How do I pay my water bill?'")
|
| 47 |
outputs = gr.outputs.Textbox(label="Answer")
|
|
|
|
| 48 |
|
| 49 |
+
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title='Molly Online Operator (MOO)',
|
|
|
|
| 50 |
description="Ask any questions you might have about the City of Fort Worth",
|
| 51 |
theme="finlaymacklon/smooth_slate", server_name="0.0.0.0").launch(share=False)
|