Spaces:
Runtime error
Runtime error
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 |
/>
|