Upload folder using huggingface_hub
Browse files- 6.19.0/label/package.json +1 -1
- 6.19.0/label/types.ts +2 -1
6.19.0/label/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/label",
|
| 3 |
-
"version": "0.
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
|
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/label",
|
| 3 |
+
"version": "0.7.0",
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
6.19.0/label/types.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
import type {
|
|
|
|
| 2 |
|
| 3 |
export interface LabelProps {
|
| 4 |
value: {
|
|
|
|
| 1 |
+
import type { ILoadingStatus as LoadingStatus } from "@gradio/statustracker";
|
| 2 |
+
import type { SelectData, CustomButton } from "@gradio/utils";
|
| 3 |
|
| 4 |
export interface LabelProps {
|
| 5 |
value: {
|