runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 25, in <module> demo = gr.Interface(fn=CustomChatGPT, description = description, title = title, inputs = gr.inputs.Textbox(label = "Question", placeholder="E.g. What is the tallest building in the world?"), outputs = gr.outputs.Textbox(label = "Answer")) AttributeError: module 'gradio' has no attribute 'inputs'
Container logs:
Fetching error logs...