Upload folder using huggingface_hub
Browse files
6.9.0/preview/src/plugins.ts
CHANGED
|
@@ -127,7 +127,6 @@ export function make_gradio_plugin({
|
|
| 127 |
}
|
| 128 |
|
| 129 |
if (id === resolved_v_id_2) {
|
| 130 |
-
console.log("init gradio");
|
| 131 |
return `window.__GRADIO_DEV__ = "dev";
|
| 132 |
window.__GRADIO__SERVER_PORT__ = ${backend_port};
|
| 133 |
window.__GRADIO__CC__ = ${imports};
|
|
|
|
| 127 |
}
|
| 128 |
|
| 129 |
if (id === resolved_v_id_2) {
|
|
|
|
| 130 |
return `window.__GRADIO_DEV__ = "dev";
|
| 131 |
window.__GRADIO__SERVER_PORT__ = ${backend_port};
|
| 132 |
window.__GRADIO__CC__ = ${imports};
|