Spaces:
Runtime error
Runtime error
Tolga
commited on
Commit
•
70b8e29
1
Parent(s):
b79be99
version1
Browse files- __pycache__/model.cpython-310.pyc +0 -0
- app.py +2 -1
- modules/__pycache__/avd_network.cpython-310.pyc +0 -0
- modules/__pycache__/dense_motion.cpython-310.pyc +0 -0
- modules/__pycache__/inpainting_network.cpython-310.pyc +0 -0
- modules/__pycache__/keypoint_detector.cpython-310.pyc +0 -0
- modules/__pycache__/util.cpython-310.pyc +0 -0
__pycache__/model.cpython-310.pyc
ADDED
Binary file (4.01 kB). View file
|
|
app.py
CHANGED
@@ -105,5 +105,6 @@ def greet(img,video):
|
|
105 |
return f"./assets/output_{tt}.mp4"
|
106 |
|
107 |
|
108 |
-
iface = gr.Interface(fn=greet, inputs=
|
|
|
109 |
iface.launch()
|
|
|
105 |
return f"./assets/output_{tt}.mp4"
|
106 |
|
107 |
|
108 |
+
iface = gr.Interface(fn=greet, inputs=
|
109 |
+
[gr.inputs.Image(type="pil",label="Foto yükleyin"),gr.inputs.Video(label="Video yükleyin")], outputs=gr.inputs.Video(label="Yeni video"))
|
110 |
iface.launch()
|
modules/__pycache__/avd_network.cpython-310.pyc
CHANGED
Binary files a/modules/__pycache__/avd_network.cpython-310.pyc and b/modules/__pycache__/avd_network.cpython-310.pyc differ
|
|
modules/__pycache__/dense_motion.cpython-310.pyc
CHANGED
Binary files a/modules/__pycache__/dense_motion.cpython-310.pyc and b/modules/__pycache__/dense_motion.cpython-310.pyc differ
|
|
modules/__pycache__/inpainting_network.cpython-310.pyc
CHANGED
Binary files a/modules/__pycache__/inpainting_network.cpython-310.pyc and b/modules/__pycache__/inpainting_network.cpython-310.pyc differ
|
|
modules/__pycache__/keypoint_detector.cpython-310.pyc
CHANGED
Binary files a/modules/__pycache__/keypoint_detector.cpython-310.pyc and b/modules/__pycache__/keypoint_detector.cpython-310.pyc differ
|
|
modules/__pycache__/util.cpython-310.pyc
CHANGED
Binary files a/modules/__pycache__/util.cpython-310.pyc and b/modules/__pycache__/util.cpython-310.pyc differ
|
|