You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/user/app/app.py", line 1, in
from app_lumaai import demo as demo_lumaai
File "/home/user/app/app_lumaai.py", line 4, in
demo = gr.load(
File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 91, in load
return src(name, token, **kwargs)
File "/usr/local/lib/python3.10/site-packages/lumaai_gradio/init.py", line 149, in registry
raise ValueError("API key must be provided either through token parameter, kwargs, or LUMAAI_API_KEY environment variable.")
ValueError: API key must be provided either through token parameter, kwargs, or LUMAAI_API_KEY environment variable.
Please advise.
Or how could I run deepseek-R1 model through any chat like above space to use it with this text prompt:
write a script for a bouncing yellow ball within a sphere, make sure to handle collision detection properly.
Thanks.
Fahd
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run this space through docker locally https://huggingface.co/spaces/akhaliq/anychat with deepseek coder. I am calling it like this locally:
docker run -it -p 7860:7860 --platform=linux/amd64 -e DEEPSEEK_API_KEY="sk-" registry.hf.space/akhaliq-anychat:latest python app.py
But getting following error:
Traceback (most recent call last):
File "/home/user/app/app.py", line 1, in
from app_lumaai import demo as demo_lumaai
File "/home/user/app/app_lumaai.py", line 4, in
demo = gr.load(
File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 91, in load
return src(name, token, **kwargs)
File "/usr/local/lib/python3.10/site-packages/lumaai_gradio/init.py", line 149, in registry
raise ValueError("API key must be provided either through token parameter, kwargs, or LUMAAI_API_KEY environment variable.")
ValueError: API key must be provided either through token parameter, kwargs, or LUMAAI_API_KEY environment variable.
Please advise.
Or how could I run deepseek-R1 model through any chat like above space to use it with this text prompt:
write a script for a bouncing yellow ball within a sphere, make sure to handle collision detection properly.
Thanks.
Fahd
The text was updated successfully, but these errors were encountered: