dilithjay commited on
Commit
1fb4741
·
1 Parent(s): 0bcff43
Files changed (1) hide show
  1. app.py +1 -1
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 Model")
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",