WHen i try to embed the gradio interface in an HTML iframe and i call it i’m getting the error:
File “C:\Users\docian\PycharmProjects\medical_assistant\venv\lib\site-packages\fastapi\routing.py”, line 301, in app
raw_response = await run_endpoint_function(
File “C:\Users\docian\PycharmProjects\medical_assistant\venv\lib\site-packages\fastapi\routing.py”, line 212, in run_endpoint_function
return await dependant.call(**values)
File “C:\Users\docian\PycharmProjects\medical_assistant\venv\lib\site-packages\gradio\routes.py”, line 1066, in queue_join
return await queue_join_helper(body, request, username)
File “C:\Users\docian\PycharmProjects\medical_assistant\venv\lib\site-packages\gradio\routes.py”, line 1084, in queue_join_helper
success, event_id = await blocks._queue.push(
File “C:\Users\docian\PycharmProjects\medical_assistant\venv\lib\site-packages\gradio\queueing.py”, line 240, in push
async with self.pending_message_lock:
AttributeError: aenter
i have no clue what’s the matter. that interface exposed alone works like charm
Hmm, that’s difficult. If you can ask questions on the Gradio-question channel on HF Discord, I recommend that. It seems that there are developers there.