I am trying to create a new space using the streamlit, but i am getting an error that module is not installed

#1
by Slyfox12 - opened

File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script
exec(code, module.dict)
File "/home/user/app/app.py", line 1, in
import torch

Sign up or log in to comment