mirror of
https://github.com/Mintplex-Labs/transformersjs-electron.git
synced 2026-07-19 21:26:04 -04:00
[docs] Fix numbering
This commit is contained in:
@@ -152,7 +152,7 @@ First, let's define our components. Create a folder called `components` in the `
|
||||
```
|
||||
|
||||
|
||||
1. `Progress.jsx`: This component will display the progress for downloading each model file.
|
||||
2. `Progress.jsx`: This component will display the progress for downloading each model file.
|
||||
```jsx
|
||||
export default function Progress({ text, percentage }) {
|
||||
percentage = percentage ?? 0;
|
||||
|
||||
Reference in New Issue
Block a user