Update templates/client.html
Browse files- templates/client.html +4 -4
templates/client.html
CHANGED
|
@@ -265,16 +265,16 @@
|
|
| 265 |
<label>Server Space URL</label>
|
| 266 |
<input type="url" name="server_url"
|
| 267 |
placeholder="https://your-ee-server.hf.space"
|
| 268 |
-
value="
|
| 269 |
-
required>
|
| 270 |
</div>
|
| 271 |
|
| 272 |
<div class="field">
|
| 273 |
<label>EE Model <span>— from Hugging Face Hub</span></label>
|
| 274 |
<input type="text" name="ee_model_name"
|
| 275 |
placeholder="username/model-ee"
|
| 276 |
-
value="
|
| 277 |
-
required>
|
| 278 |
</div>
|
| 279 |
</div>
|
| 280 |
|
|
|
|
| 265 |
<label>Server Space URL</label>
|
| 266 |
<input type="url" name="server_url"
|
| 267 |
placeholder="https://your-ee-server.hf.space"
|
| 268 |
+
value="https://huggingface.co/spaces/broadfield-dev/Equivariant-Encryption-Server"
|
| 269 |
+
required readonly>
|
| 270 |
</div>
|
| 271 |
|
| 272 |
<div class="field">
|
| 273 |
<label>EE Model <span>— from Hugging Face Hub</span></label>
|
| 274 |
<input type="text" name="ee_model_name"
|
| 275 |
placeholder="username/model-ee"
|
| 276 |
+
value="broadfield-dev/Qwen3-0.6B-dp-ee"
|
| 277 |
+
required readonly>
|
| 278 |
</div>
|
| 279 |
</div>
|
| 280 |
|