cleanup
This commit is contained in:
parent
386b386840
commit
5e8cac308b
|
@ -132,7 +132,6 @@ export default function ModelInference({
|
||||||
console.log(`Got result #${numResponsesReceived}`);
|
console.log(`Got result #${numResponsesReceived}`);
|
||||||
|
|
||||||
if (useBaseten) {
|
if (useBaseten) {
|
||||||
console.log(data)
|
|
||||||
if (data?.output) {
|
if (data?.output) {
|
||||||
newResultCallback(
|
newResultCallback(
|
||||||
inferenceInput,
|
inferenceInput,
|
||||||
|
|
Loading…
Reference in New Issue