S.Sai Yashasvini commited on
Commit
755be3b
·
verified ·
1 Parent(s): 317248b

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,5 +42,5 @@ def main():
42
  imagenet_id, label, score = prediction[0]
43
  st.write(f"- *{label}* (Confidence: {score:2%})")
44
 
45
- if _name_ == '_main_':
46
  main()
 
42
  imagenet_id, label, score = prediction[0]
43
  st.write(f"- *{label}* (Confidence: {score:2%})")
44
 
45
+ if __name__ == '__main__':
46
  main()