Hugging Face's logo
hersia
/
Runtime error

runtime error

/home/user/app/app.py:34: GradioUnusedKwargWarning: You have unused kwarg parameters in Textbox, please remove them: {'on_enter': True} user_text = gr.Text(label="Text Input", on_enter=True) # Set on_enter to True Traceback (most recent call last): File "/home/user/app/app.py", line 38, in <module> user_text.set_on_enter(lambda: botResponse(user_text.value, messages, gpt_transcript)) # Bind the action to on_enter AttributeError: 'Textbox' object has no attribute 'set_on_enter'

Container logs:

Fetching error logs...