Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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 |
|