harshitface2003 commited on
Commit
2c378e7
·
verified ·
1 Parent(s): d4fdd31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ with gr.Blocks() as demo:
70
  outputs=[image]
71
  )
72
 
73
- if __name__ == "__main__":
74
  demo.launch(share=True)
 
70
  outputs=[image]
71
  )
72
 
73
+ if __name__ == "__app__":
74
  demo.launch(share=True)