Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ tuned_image = gr.Interface(
|
|
213 |
|
214 |
|
215 |
video = gr.Interface(
|
216 |
-
fn=lambda
|
217 |
inputs=[gr.Video(label="base model Video"),gr.Video(label="tuned model Video")],
|
218 |
outputs=[gr.Video(label="base model"), gr.Video(label="Tuned model")],
|
219 |
examples=[
|
|
|
213 |
|
214 |
|
215 |
video = gr.Interface(
|
216 |
+
fn=lambda x,y: [x,y], #video_demo,
|
217 |
inputs=[gr.Video(label="base model Video"),gr.Video(label="tuned model Video")],
|
218 |
outputs=[gr.Video(label="base model"), gr.Video(label="Tuned model")],
|
219 |
examples=[
|