gradio-pr-bot commited on
Commit
f3e2972
·
verified ·
1 Parent(s): d99958c

Upload folder using huggingface_hub

Browse files
6.0.1/dataset/Dataset.svelte CHANGED
@@ -97,12 +97,7 @@
97
  selected_samples_json: string
98
  ): Promise<void> {
99
  const _selected_samples: any[][] = JSON.parse(selected_samples_json);
100
- console.log("+++++++++++++++++++++++++++++++++++++");
101
- console.log(
102
- "Getting component meta for samples:",
103
- _selected_samples,
104
- components
105
- );
106
  // @ts-ignore
107
  component_meta = await Promise.all(
108
  _selected_samples &&
@@ -110,7 +105,6 @@
110
  async (sample_row) =>
111
  await Promise.all(
112
  sample_row.map(async (sample_cell, j) => {
113
- console.log("Loading component:", components[j]);
114
  return {
115
  value: sample_cell,
116
  component: load_component(components[j], "example")
 
97
  selected_samples_json: string
98
  ): Promise<void> {
99
  const _selected_samples: any[][] = JSON.parse(selected_samples_json);
100
+
 
 
 
 
 
101
  // @ts-ignore
102
  component_meta = await Promise.all(
103
  _selected_samples &&
 
105
  async (sample_row) =>
106
  await Promise.all(
107
  sample_row.map(async (sample_cell, j) => {
 
108
  return {
109
  value: sample_cell,
110
  component: load_component(components[j], "example")
6.0.1/dataset/package.json CHANGED
@@ -33,4 +33,4 @@
33
  "url": "git+https://github.com/gradio-app/gradio.git",
34
  "directory": "js/dataset"
35
  }
36
- }
 
33
  "url": "git+https://github.com/gradio-app/gradio.git",
34
  "directory": "js/dataset"
35
  }
36
+ }