Fix label
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ with gr.Blocks(title="Lexoid Document Parser") as app:
|
|
| 82 |
parser_type = gr.Dropdown(
|
| 83 |
choices=parser_options, value="AUTO", label="Parser Type"
|
| 84 |
)
|
| 85 |
-
model_input = gr.Textbox(value="gemini-2.0-flash", label="LLM
|
| 86 |
framework = gr.Textbox(
|
| 87 |
value="pdfplumber",
|
| 88 |
label="Static Framework",
|
|
|
|
| 82 |
parser_type = gr.Dropdown(
|
| 83 |
choices=parser_options, value="AUTO", label="Parser Type"
|
| 84 |
)
|
| 85 |
+
model_input = gr.Textbox(value="gemini-2.0-flash", label="LLM ID")
|
| 86 |
framework = gr.Textbox(
|
| 87 |
value="pdfplumber",
|
| 88 |
label="Static Framework",
|