tomaseo2022 commited on
Commit
27e8429
1 Parent(s): 2ece08b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,11 +2,11 @@ import gradio as gr
2
  import os
3
 
4
 
5
- def imagen_espejo(image):
6
  return image
7
 
8
 
9
- demo = gr.Interface(imagen_espejo,
10
  gr.Video(),
11
  "playable_video",
12
  examples=[
 
2
  import os
3
 
4
 
5
+ def video_identity(image):
6
  return image
7
 
8
 
9
+ demo = gr.Interface(video_identity,
10
  gr.Video(),
11
  "playable_video",
12
  examples=[