Skip to content

Commit

Permalink
remove files
Browse files Browse the repository at this point in the history
Signed-off-by: tangy5 <[email protected]>
  • Loading branch information
tangy5 committed Oct 31, 2024
1 parent 2a9e7ee commit c5ec51d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@ export default class SmartEdit extends BaseTab {
onClick={this.onSelectActionTab}
/>
<label htmlFor={this.tabId} className="tab-label">
Interactive Segmentation
SmartEdit
</label>
<div className="tab-content">
<ModelSelector
ref={this.modelSelector}
name="smartedit"
title="Interactive Segmentation"
title="SmartEdit"
models={models}
currentModel={this.state.currentModel}
onClick={this.onDeepgrow}
Expand Down

0 comments on commit c5ec51d

Please sign in to comment.