vilarin commited on
Commit
7748e83
1 Parent(s): fb5a8e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def change_media(image_in, video_in, selected):
96
  if selected == "ExVideo":
97
  return gr.update(visible=True), gr.update(visible=False), image_in
98
  elif selected == "Diffutoon":
99
- return gr.update(visible=True), gr.update(visible=False), video_in
100
 
101
 
102
 
 
96
  if selected == "ExVideo":
97
  return gr.update(visible=True), gr.update(visible=False), image_in
98
  elif selected == "Diffutoon":
99
+ return gr.update(visible=False), gr.update(visible=True), video_in
100
 
101
 
102