Spaces:
Build error
Build error
examples
Browse files
app.py
CHANGED
@@ -320,8 +320,6 @@ RuntimeError: outerNode->outputs().size() == node->inputs().size() INTERNAL ASSE
|
|
320 |
| ^^^^^^ value moved here, in previous iteration of loop
|
321 |
|
|
322 |
= note: move occurs because `primes` has type `std::vec::Vec<u64>`, which does not implement the `Copy` trait
|
323 |
-
''', "Uncaught Error: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object."],
|
324 |
-
inputs=inp,
|
325 |
-
cache_examples=False,)
|
326 |
if __name__ == "__main__":
|
327 |
demo.launch(debug=True)
|
|
|
320 |
| ^^^^^^ value moved here, in previous iteration of loop
|
321 |
|
|
322 |
= note: move occurs because `primes` has type `std::vec::Vec<u64>`, which does not implement the `Copy` trait
|
323 |
+
''', "Uncaught Error: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object."],inputs=inp, cache_examples=False,)
|
|
|
|
|
324 |
if __name__ == "__main__":
|
325 |
demo.launch(debug=True)
|