runtime error

No model was supplied, defaulted to distilbert/distilbert-base-uncased-finetuned-sst-2-english and revision af0f99b (https://huggingface.co/distilbert/distilbert-base-uncased-finetuned-sst-2-english). Using a pipeline without specifying a model name and revision in production is not recommended. Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> gr.Interface(fn=ask_question, inputs="입력", outputs="output", title="Sentiment Analysis", description="").launch() NameError: name 'ask_question' is not defined

Container logs:

Fetching error logs...