Tolga commited on
Commit
70b8e29
1 Parent(s): b79be99
__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=[gr.inputs.Image(type="pil"),gr.inputs.Video()], outputs=gr.inputs.Video())
 
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