Mayank-22 commited on
Commit
fe2217e
·
verified ·
1 Parent(s): 57d2582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,5 +48,5 @@ demo = gr.ChatInterface(
48
  ),
49
  ],
50
  )
51
- if name == "main":
52
  demo.launch()
 
48
  ),
49
  ],
50
  )
51
+ if __name__ == "__main__":
52
  demo.launch()