Spaces:
Running
Try to use FlUX 3D Style Image Generator
runtime error
Exit code: 1. Reason: Traceback (most recent call last):
File "/home/user/app/app.py", line 2, in
exec(os.environ.get('APP'))
File "", line 1, in
NameError: name 'XXXX' is not defined
===== Application Startup at 2025-01-07 22:43:58 =====
Traceback (most recent call last):
File "/home/user/app/app.py", line 2, in
exec(os.environ.get('APP'))
File "", line 1, in
NameError: name 'XXXX' is not defined
Traceback (most recent call last):
File "/home/user/app/app.py", line 2, in
exec(os.environ.get('APP'))
File "", line 1, in
NameError: name 'hf_******' is not defined
This means that the author of the Space has decided not to open-source the code for the Space. They are storing the code for the Gradio demo in a private environment variable (APP). Only the owner of the Space has access to this. Unfortunately, this means that you cannot duplicate the Space and have it still run.
lmk if u get this to work