pragnakalp commited on
Commit
e74bb54
·
verified ·
1 Parent(s): f700d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -39,6 +39,7 @@ def run():
39
 
40
  btn.click(one_shot, inputs=[image_in,input_text,gender], outputs=[video_out])
41
  demo.queue()
 
42
 
43
  if __name__ == "__main__":
44
  run()
 
39
 
40
  btn.click(one_shot, inputs=[image_in,input_text,gender], outputs=[video_out])
41
  demo.queue()
42
+ demo.launch()
43
 
44
  if __name__ == "__main__":
45
  run()