Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<body>
|
8 |
<h1>AI SBOM Generator</h1>
|
9 |
<p>
|
10 |
-
Enter Hugging Face
|
11 |
</p>
|
12 |
<form action="/generate" method="post">
|
13 |
<input type="text" name="model_id" placeholder="" required>
|
|
|
7 |
<body>
|
8 |
<h1>AI SBOM Generator</h1>
|
9 |
<p>
|
10 |
+
Enter a model on Hugging Face, in a format <code><organization-or-username>/<model-name></code> to generate AI SBOM in CycloneDX format.
|
11 |
</p>
|
12 |
<form action="/generate" method="post">
|
13 |
<input type="text" name="model_id" placeholder="" required>
|