Spaces:
Runtime error
Runtime error
import required library
#14
by
ysharma
HF staff
- opened
Importing the required os
python library to remediate this error as seen in logs -
File "app.py", line 26, in <module>
is_spaces = True if "SPACE_ID" in os.environ else False
NameError: name 'os' is not defined
akhaliq
changed pull request status to
merged