Upload folder using huggingface_hub
Browse files
6.3.1/chatbot/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/chatbot",
|
| 3 |
-
"version": "0.29.
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
|
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/chatbot",
|
| 3 |
+
"version": "0.29.2",
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
6.3.1/chatbot/shared/Component.svelte
CHANGED
|
@@ -131,11 +131,7 @@
|
|
| 131 |
<svelte:component
|
| 132 |
this={components[type]}
|
| 133 |
{...props}
|
| 134 |
-
{value}
|
| 135 |
-
show_label={false}
|
| 136 |
-
show_share_button={false}
|
| 137 |
-
{i18n}
|
| 138 |
-
gradio={{ dispatch: () => {} }}
|
| 139 |
on:load
|
| 140 |
/>
|
| 141 |
{:else if type === "model3d"}
|
|
|
|
| 131 |
<svelte:component
|
| 132 |
this={components[type]}
|
| 133 |
{...props}
|
| 134 |
+
props={{ value }}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
on:load
|
| 136 |
/>
|
| 137 |
{:else if type === "model3d"}
|