prakhardoneria commited on
Commit
86f73b0
·
verified ·
1 Parent(s): a6620fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,6 +23,6 @@ demo = gr.Interface(
23
  )
24
 
25
  # Launch the app
26
- if __name__ == "__main__":
27
- demo.launch()
28
 
 
23
  )
24
 
25
  # Launch the app
26
+ #if __name__ == "__main__":
27
+ demo.launch()
28