I am trying to run this program https://github.com/catthatcodes/car-damage-assessment and currently, i am getting this error.
Traceback (most recent call last): File "/Users/vikrant/Downloads/Car/catthatcodes/app/app.py", line 7, in module
from pipeline import pipeline
graph = tf.get_default_graph()
AttributeError: module 'tensorflow' has no attribute 'get_default_graph'