Mahatt commited on
Commit
e42abcb
·
verified ·
1 Parent(s): e4d75b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,5 +18,5 @@ demo = gr.Interface(
18
  description="This system detects signboards using a trained YOLOv8 model."
19
  )
20
 
21
- if _name_ == "_main_":
22
  demo.launch()
 
18
  description="This system detects signboards using a trained YOLOv8 model."
19
  )
20
 
21
+ if __name__== "__main__":
22
  demo.launch()