Spaces:
Running
Running
pragnakalp
commited on
Update app.py
Browse files
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()
|