Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ iface_2 = gradio.Interface(fn=predict,
|
|
61 |
description=description_2
|
62 |
)
|
63 |
|
64 |
-
combined_interface =
|
65 |
[
|
66 |
iface_1,
|
67 |
iface_2
|
|
|
61 |
description=description_2
|
62 |
)
|
63 |
|
64 |
+
combined_interface = gradio.Interface(
|
65 |
[
|
66 |
iface_1,
|
67 |
iface_2
|