MuskanMjn commited on
Commit
a9630e0
·
1 Parent(s): b23889e

Fixed runtime error on app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,5 +74,5 @@ with gr.Blocks() as demo:
74
  inp.change(getClusteringPlot, inputs=inp, outputs=[plot])
75
  demo.load(getClusteringPlot, inputs=[inp], outputs=[plot])
76
 
77
- if __name__ = "main":
78
  demo.launch()
 
74
  inp.change(getClusteringPlot, inputs=inp, outputs=[plot])
75
  demo.load(getClusteringPlot, inputs=[inp], outputs=[plot])
76
 
77
+ if __name__ == "main":
78
  demo.launch()