mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
tweaks
This commit is contained in:
parent
cdd4b5a81a
commit
bc38734e76
@ -1,5 +1,5 @@
|
|||||||
import App from "./App.svelte";
|
import App from "./App.svelte";
|
||||||
import Blocks from "./Blocks.svelte"
|
import Blocks from "./Blocks.svelte";
|
||||||
import Login from "./Login.svelte";
|
import Login from "./Login.svelte";
|
||||||
import { fn } from "./api";
|
import { fn } from "./api";
|
||||||
|
|
||||||
@ -101,20 +101,12 @@ window.launchGradio = (config: Config, element_query: string) => {
|
|||||||
new Blocks({
|
new Blocks({
|
||||||
target: target,
|
target: target,
|
||||||
props: config
|
props: config
|
||||||
<<<<<<< HEAD
|
|
||||||
});
|
|
||||||
=======
|
|
||||||
});
|
});
|
||||||
>>>>>>> Blocks-Components
|
|
||||||
} else {
|
} else {
|
||||||
new App({
|
new App({
|
||||||
target: target,
|
target: target,
|
||||||
props: config
|
props: config
|
||||||
<<<<<<< HEAD
|
|
||||||
});
|
|
||||||
=======
|
|
||||||
});
|
});
|
||||||
>>>>>>> Blocks-Components
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
export let include_file_metadata = true;
|
export let include_file_metadata = true;
|
||||||
let hidden_upload: HTMLInputElement;
|
let hidden_upload: HTMLInputElement;
|
||||||
let dragging = false;
|
let dragging = false;
|
||||||
|
let file_count;
|
||||||
|
|
||||||
const dispatch = createEventDispatcher();
|
const dispatch = createEventDispatcher();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user