Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7adf6b6

Browse files
committed
Correct InitValue
1 parent cd03f6e commit 7adf6b6

File tree

1 file changed

+1
-0
lines changed
  • src/components/MainComponent

1 file changed

+1
-0
lines changed

‎src/components/MainComponent/Main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export class _MainComponent extends React.Component {
116116
model_name = GPT2_MEDIUM_LYRICS_MODEL_NAME;
117117
} else if (pathname === "/companies") {
118118
model_name = GPT2_MEDIUM_COMPANIES_MODEL_NAME;
119+
initValue = getInitialValue(COMPANY_PROMPTS_TO_USE);
119120
// these are much smaller, so show more options
120121
batch_size = 10;
121122
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /