SatyamPrakash09 commited on
Commit
588d14f
·
verified ·
1 Parent(s): 9f5758a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,5 +60,5 @@ demo = gr.ChatInterface(
60
  type='messages'
61
  )
62
 
63
- if name == "main":
64
  demo.launch(share=True)
 
60
  type='messages'
61
  )
62
 
63
+ if __name__ == "main":
64
  demo.launch(share=True)