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 Blocks from "./Blocks.svelte"
|
||||
import Blocks from "./Blocks.svelte";
|
||||
import Login from "./Login.svelte";
|
||||
import { fn } from "./api";
|
||||
|
||||
@ -101,20 +101,12 @@ window.launchGradio = (config: Config, element_query: string) => {
|
||||
new Blocks({
|
||||
target: target,
|
||||
props: config
|
||||
<<<<<<< HEAD
|
||||
});
|
||||
=======
|
||||
});
|
||||
>>>>>>> Blocks-Components
|
||||
} else {
|
||||
new App({
|
||||
target: target,
|
||||
props: config
|
||||
<<<<<<< HEAD
|
||||
});
|
||||
=======
|
||||
});
|
||||
>>>>>>> Blocks-Components
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -8,6 +8,7 @@
|
||||
export let include_file_metadata = true;
|
||||
let hidden_upload: HTMLInputElement;
|
||||
let dragging = false;
|
||||
let file_count;
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user