-
Notifications
You must be signed in to change notification settings - Fork 0
Task/WG-624: classify tool demo #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Merging without review; went over demo's current state in dev meeting |
| inferenceType: str = "classification" | ||
| files: List[TapisFile] | ||
| model: str = "google/vit-base-patch16-224" | ||
| model: str = ("google/vit-base-patch16-224",) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious,did you intend to leave the trailing comma here?
| border: '1px solid #434343', | ||
| }} | ||
| > | ||
| <div style={{ color: '#fff', fontSize: 16, fontWeight: 500, marginBottom: 16 }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this indentation too deep?
| border: '1px solid #434343', | ||
| }} | ||
| > | ||
| <div |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation again?
Overview
This PR adds the start of a classify tool demo
Related
Testing
/imageinf/uiand navigate to each demo to testUI