Spaces:
Runtime error
Runtime error
autonomous019
commited on
Commit
•
57b9cb8
1
Parent(s):
f911137
bugs
Browse files
app.py
CHANGED
@@ -121,9 +121,7 @@ img_info2 = gr.Interface(
|
|
121 |
],
|
122 |
)
|
123 |
print("running parallel call")
|
124 |
-
Parallel(
|
125 |
-
|
126 |
-
img_info2,
|
127 |
-
inputs=image, outputs=label, title=title, description=description, examples=examples, enable_queue=True).launch(debug=True)
|
128 |
|
129 |
|
|
|
121 |
],
|
122 |
)
|
123 |
print("running parallel call")
|
124 |
+
Parallel(img_info1,img_info2, inputs=image, title=title, description=description, examples=examples, enable_queue=True).launch(debug=True)
|
125 |
+
#Parallel(img_info1,img_info2, inputs=image, outputs=label, title=title, description=description, examples=examples, enable_queue=True).launch(debug=True)
|
|
|
|
|
126 |
|
127 |
|