Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def run():
|
|
32 |
|
33 |
# """)
|
34 |
|
35 |
-
btn.click(one_shot, inputs=[image_in,input_text,gender], outputs=[video_out])
|
36 |
demo.queue()
|
37 |
|
38 |
if __name__ == "__main__":
|
|
|
32 |
|
33 |
# """)
|
34 |
|
35 |
+
# btn.click(one_shot, inputs=[image_in,input_text,gender], outputs=[video_out])
|
36 |
demo.queue()
|
37 |
|
38 |
if __name__ == "__main__":
|