KeerthiVM commited on
Commit
9238eda
·
unverified ·
1 Parent(s): 380a44f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,5 +246,5 @@ with gr.Blocks(theme=custom_theme) as demo:
246
  print("hellow")
247
 
248
  # Launch the interface
249
- if _name_ == "_main_":
250
  demo.launch(share=True)
 
246
  print("hellow")
247
 
248
  # Launch the interface
249
+ if __name__ == "__main__":
250
  demo.launch(share=True)