Abu1998 commited on
Commit
a9998f7
·
verified ·
1 Parent(s): aebf794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ The output would be: CW02305000010
87
 
88
  Output Format:
89
  Always return a 13-character code following this structure.""",
90
- label="Instruction",
91
  lines=10,
92
  ),
93
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
87
 
88
  Output Format:
89
  Always return a 13-character code following this structure.""",
90
+ label="each index of 13 digit have 0 to 9 , you need to extract the 13 digit number from the user input",
91
  lines=10,
92
  ),
93
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),