Upload index.html
Browse files- web/index.html +7 -7
web/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
<title>Agentic Space Factory</title>
|
| 7 |
-
<link rel="stylesheet" href="/custom-static/app.css?v=v198.26.
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="app-shell onepage-shell">
|
|
@@ -214,7 +214,7 @@
|
|
| 214 |
<p class="muted validation-help">Space Test is linked to the selected Build Run. It can replay a successful automatic smoke test, complete a partial run, or recover validation for the generated Space. Validation launches a separate validation run linked to the selected Build Run; it does not replace the current Active Run. Before each linked validation, the Job resolves the endpoint, normalizes the request payload to the current Gradio schema, and discovers the Gradio API schema before testing when endpoint details are missing. Test kwargs are endpoint-specific and the validation Job inspects the Gradio API schema and ignores unsupported kwargs with a warning.</p>
|
| 215 |
<div class="form-grid test-top-row">
|
| 216 |
<label>Target Space ID<input id="validateSpace" placeholder="fffiloni/z-image-turbo-demo" /></label>
|
| 217 |
-
<label>API name<input id="validateApi"
|
| 218 |
<label>Expected output type<select id="expectedOutput"><option value="text">Text</option><option value="image">Image</option><option value="video">Video</option><option value="audio">Audio</option><option value="any">Any</option></select></label>
|
| 219 |
<label>Timeout (s)<input id="validateTimeout" value="60" /></label>
|
| 220 |
</div>
|
|
@@ -358,10 +358,10 @@
|
|
| 358 |
</div>
|
| 359 |
</main>
|
| 360 |
</div>
|
| 361 |
-
<script src="/custom-static/api.js?v=v198.26.
|
| 362 |
-
<script src="/custom-static/components.js?v=v198.26.
|
| 363 |
-
<script src="/custom-static/progress.js?v=v198.26.
|
| 364 |
-
<script src="/custom-static/runs.js?v=v198.26.
|
| 365 |
-
<script src="/custom-static/app.js?v=v198.26.
|
| 366 |
</body>
|
| 367 |
</html>
|
|
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
<title>Agentic Space Factory</title>
|
| 7 |
+
<link rel="stylesheet" href="/custom-static/app.css?v=v198.26.116" />
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="app-shell onepage-shell">
|
|
|
|
| 214 |
<p class="muted validation-help">Space Test is linked to the selected Build Run. It can replay a successful automatic smoke test, complete a partial run, or recover validation for the generated Space. Validation launches a separate validation run linked to the selected Build Run; it does not replace the current Active Run. Before each linked validation, the Job resolves the endpoint, normalizes the request payload to the current Gradio schema, and discovers the Gradio API schema before testing when endpoint details are missing. Test kwargs are endpoint-specific and the validation Job inspects the Gradio API schema and ignores unsupported kwargs with a warning.</p>
|
| 215 |
<div class="form-grid test-top-row">
|
| 216 |
<label>Target Space ID<input id="validateSpace" placeholder="fffiloni/z-image-turbo-demo" /></label>
|
| 217 |
+
<label>API name<input id="validateApi" placeholder="Discovery first" /></label>
|
| 218 |
<label>Expected output type<select id="expectedOutput"><option value="text">Text</option><option value="image">Image</option><option value="video">Video</option><option value="audio">Audio</option><option value="any">Any</option></select></label>
|
| 219 |
<label>Timeout (s)<input id="validateTimeout" value="60" /></label>
|
| 220 |
</div>
|
|
|
|
| 358 |
</div>
|
| 359 |
</main>
|
| 360 |
</div>
|
| 361 |
+
<script src="/custom-static/api.js?v=v198.26.116"></script>
|
| 362 |
+
<script src="/custom-static/components.js?v=v198.26.116"></script>
|
| 363 |
+
<script src="/custom-static/progress.js?v=v198.26.116"></script>
|
| 364 |
+
<script src="/custom-static/runs.js?v=v198.26.116"></script>
|
| 365 |
+
<script src="/custom-static/app.js?v=v198.26.116"></script>
|
| 366 |
</body>
|
| 367 |
</html>
|