Spaces:
Sleeping
Sleeping
Change default URL for file to check
Browse files- src/routes/+page.svelte +2 -2
src/routes/+page.svelte
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import { checkDduf } from '$lib/check-dduf';
|
3 |
import { tick } from 'svelte';
|
4 |
|
5 |
-
let url = $state('https://huggingface.co/
|
6 |
let output = $state('');
|
7 |
let error = $state('');
|
8 |
let files: Array<{ position: number; size: number; name: string }> = $state([]);
|
@@ -46,7 +46,7 @@
|
|
46 |
<input
|
47 |
type="url"
|
48 |
name="url"
|
49 |
-
placeholder="https://huggingface.co/
|
50 |
bind:value={url}
|
51 |
class="w-full rounded-md border border-gray-300 p-2"
|
52 |
/>
|
|
|
2 |
import { checkDduf } from '$lib/check-dduf';
|
3 |
import { tick } from 'svelte';
|
4 |
|
5 |
+
let url = $state('https://huggingface.co/DDUF/Flux.1-Dev-Tnf4-TE2NF4/resolve/main/Flux.1-Dev-Tnf4-TE2NF4.dduf');
|
6 |
let output = $state('');
|
7 |
let error = $state('');
|
8 |
let files: Array<{ position: number; size: number; name: string }> = $state([]);
|
|
|
46 |
<input
|
47 |
type="url"
|
48 |
name="url"
|
49 |
+
placeholder="https://huggingface.co/spaces/coyotte508/dduf-check/resolve/main/file.dduf"
|
50 |
bind:value={url}
|
51 |
class="w-full rounded-md border border-gray-300 p-2"
|
52 |
/>
|