Spaces:
Sleeping
Sleeping
salomonsky
commited on
Commit
路
a7715af
1
Parent(s):
0e68a94
Update app1.py
Browse files
app1.py
CHANGED
@@ -56,7 +56,7 @@ def generate_and_display_output(name, birth_date):
|
|
56 |
else:
|
57 |
return video_path, None
|
58 |
|
59 |
-
outputs = [output,
|
60 |
|
61 |
iface = gr.Interface(
|
62 |
fn=generate_and_display_output,
|
|
|
56 |
else:
|
57 |
return video_path, None
|
58 |
|
59 |
+
outputs = [output, error_output]
|
60 |
|
61 |
iface = gr.Interface(
|
62 |
fn=generate_and_display_output,
|