Upload folder using huggingface_hub
Browse files
6.0.1/multimodaltextbox/package.json
CHANGED
|
@@ -43,4 +43,4 @@
|
|
| 43 |
"url": "git+https://github.com/gradio-app/gradio.git",
|
| 44 |
"directory": "js/multimodaltextbox"
|
| 45 |
}
|
| 46 |
-
}
|
|
|
|
| 43 |
"url": "git+https://github.com/gradio-app/gradio.git",
|
| 44 |
"directory": "js/multimodaltextbox"
|
| 45 |
}
|
| 46 |
+
}
|
6.0.1/multimodaltextbox/shared/MultimodalTextbox.svelte
CHANGED
|
@@ -373,7 +373,6 @@
|
|
| 373 |
mic_audio = null;
|
| 374 |
}}
|
| 375 |
on:error={({ detail }) => {
|
| 376 |
-
console.log("Failed to record:", detail);
|
| 377 |
active_source = null;
|
| 378 |
recording = false;
|
| 379 |
mic_audio = null;
|
|
|
|
| 373 |
mic_audio = null;
|
| 374 |
}}
|
| 375 |
on:error={({ detail }) => {
|
|
|
|
| 376 |
active_source = null;
|
| 377 |
recording = false;
|
| 378 |
mic_audio = null;
|