Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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"),
|