Inskipp
Inskipp

Same issue here, here is the traceback: Traceback (most recent call last): File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals)...
I did not have issues installing pyaudio with the `pip install -r requirements.txt` command so I never ran `pip install PyAudio‑0.2.11‑cp38‑cp38‑win_amd64.whl` Could that be the cause perhaps?
I seem to be running into a similar problem, here is the console output: 10.0.0.114 - - [25/Jan/2023 11:35:51] "GET / HTTP/1.1" 200 - [2023-01-25 11:36:00,931] ERROR in app: Exception...
The error seems to be occurring in the chatbot_response function on line 24, when the generator function is being called. The error message seems to indicate that an exception is...
It looks like changing line 15 in "app.py" to: `generator = pipeline('text-generation', model=f"{MODEL_NAME}", do_sample=True, torch_dtype=torch.float32)` Fixed the issue for me.