hacker4572 commited on
Commit
115b2a8
·
verified ·
1 Parent(s): 04e3307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,5 +50,5 @@ demo = gr.Interface(
50
  description="Enter a 2D array of points and choose the number of clusters to see the scatter plot."
51
  )
52
 
53
- if _name_ == "_main_":
54
  demo.launch()
 
50
  description="Enter a 2D array of points and choose the number of clusters to see the scatter plot."
51
  )
52
 
53
+ if __name__ == "__main__":
54
  demo.launch()