Update public/index.html
Browse files- public/index.html +1 -6
public/index.html
CHANGED
|
@@ -186,8 +186,7 @@ python3 client.py
|
|
| 186 |
<ol style="margin:0 0 12px 18px">
|
| 187 |
<li><b>Launch</b> the client:
|
| 188 |
<pre><button class="copy" aria-label="Copy">Copy</button><code>
|
| 189 |
-
python3 client.py
|
| 190 |
-
# or export LLAMA_SERVER and run: python3 client.py
|
| 191 |
</code></pre>
|
| 192 |
</li>
|
| 193 |
<li><b>Describe the task</b> (“scaffold a Flask app and run it”). Client calls <code>/infer</code> and shows a plan.</li>
|
|
@@ -294,10 +293,6 @@ python3 client.py --server https://tandevllc-axis.hf.space
|
|
| 294 |
document.getElementById('shotB').src = SHOT_B;
|
| 295 |
document.getElementById('shotC').src = SHOT_C;
|
| 296 |
|
| 297 |
-
// If your files have spaces (e.g., WhatsApp Image ... .jpeg), either rename them
|
| 298 |
-
// or URL-encode the spaces: encodeURI(".../WhatsApp Image 2025-11-05 at 20.36.43.jpeg")
|
| 299 |
-
// Example:
|
| 300 |
-
// document.getElementById('shotA').src = encodeURI(HF_STATIC_BASE + "/WhatsApp Image 2025-11-05 at 20.36.43.jpeg");
|
| 301 |
</script>
|
| 302 |
</body>
|
| 303 |
</html>
|
|
|
|
| 186 |
<ol style="margin:0 0 12px 18px">
|
| 187 |
<li><b>Launch</b> the client:
|
| 188 |
<pre><button class="copy" aria-label="Copy">Copy</button><code>
|
| 189 |
+
python3 client.py
|
|
|
|
| 190 |
</code></pre>
|
| 191 |
</li>
|
| 192 |
<li><b>Describe the task</b> (“scaffold a Flask app and run it”). Client calls <code>/infer</code> and shows a plan.</li>
|
|
|
|
| 293 |
document.getElementById('shotB').src = SHOT_B;
|
| 294 |
document.getElementById('shotC').src = SHOT_C;
|
| 295 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 296 |
</script>
|
| 297 |
</body>
|
| 298 |
</html>
|