animesh007 commited on
Commit
5054388
1 Parent(s): d422cdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -120,8 +120,10 @@ def main():
120
  outputs=example_video.components)
121
 
122
  demo.launch(
 
123
  share=True,
124
  debug=True
125
  )
126
 
127
- main()
 
 
120
  outputs=example_video.components)
121
 
122
  demo.launch(
123
+ enable_queue=True
124
  share=True,
125
  debug=True
126
  )
127
 
128
+ if __name__ == '__main__':
129
+ main()