Spaces:
Runtime error
Runtime error
Daryl Fung commited on
Commit ·
31c1136
1
Parent(s): c929ca2
remove main name
Browse files- app.py +6 -8
- video_results/temp.mp4 +2 -2
app.py
CHANGED
|
@@ -71,11 +71,9 @@ def generate(source_image):
|
|
| 71 |
|
| 72 |
|
| 73 |
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
outputs=['video'])
|
| 81 |
-
inter.launch()
|
|
|
|
| 71 |
|
| 72 |
|
| 73 |
|
| 74 |
+
inter = gr.Interface(fn=generate,
|
| 75 |
+
inputs=[
|
| 76 |
+
gr.Image(),
|
| 77 |
+
],
|
| 78 |
+
outputs=['video'])
|
| 79 |
+
inter.launch(share=True)
|
|
|
|
|
|
video_results/temp.mp4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f62bcb0871e577211ffc91ce5e5d9d669b455491b6c3e5356e89eb46d0dd10c4
|
| 3 |
+
size 81759
|