fffiloni commited on
Commit
e697adf
·
verified ·
1 Parent(s): 1120999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -194,8 +194,7 @@ with gr.Blocks(css=css) as demo:
194
  image_in
195
  ],
196
  outputs = [
197
- video_out,
198
- share_group
199
  ],
200
  cache_examples = False
201
  )
 
194
  image_in
195
  ],
196
  outputs = [
197
+ video_out
 
198
  ],
199
  cache_examples = False
200
  )