Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
machineuser
commited on
Commit
·
2fd19e2
1
Parent(s):
bc1f49d
Sync widgets demo
Browse files
packages/tasks/src/tasks/index.ts
CHANGED
@@ -92,6 +92,8 @@ export type {
|
|
92 |
TextGenerationParameters,
|
93 |
TextGenerationOutputSequenceDetails,
|
94 |
TextGenerationOutputToken,
|
|
|
|
|
95 |
} from "./text-generation/inference";
|
96 |
export type * from "./video-classification/inference";
|
97 |
export type * from "./visual-question-answering/inference";
|
|
|
92 |
TextGenerationParameters,
|
93 |
TextGenerationOutputSequenceDetails,
|
94 |
TextGenerationOutputToken,
|
95 |
+
TextGenerationStreamDetails,
|
96 |
+
TextGenerationStreamOutput,
|
97 |
} from "./text-generation/inference";
|
98 |
export type * from "./video-classification/inference";
|
99 |
export type * from "./visual-question-answering/inference";
|