TypeError: restore() missing 1 required positional argument: ‘self’
File “/home/saireddy/anaconda3/lib/python3.7/site-packages/streamlit/ScriptRunner.py”, line 311, in _run_script exec(code, module.dict)
File “/home/saireddy/Documents/streamlit/self/run_dataset.py”, line 13, in saver.restore(sess=sess,save_path=“save/model.ckpt”)
I’m restoring the model in the python script to run this model on the web app but it’s showing this error what should be the solution of it.