anishde commited on
Commit
5722a5d
·
verified ·
1 Parent(s): cbdd9c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,7 +303,7 @@ def main():
303
  demo.queue()
304
  demo.launch()
305
 
306
- if __init__ == "__main__":
307
  # debug = True
308
  # demo.queue()
309
  # demo.launch()
 
303
  demo.queue()
304
  demo.launch()
305
 
306
+ if __name__ == "__main__":
307
  # debug = True
308
  # demo.queue()
309
  # demo.launch()