Spencer525 commited on
Commit
5214a09
·
verified ·
1 Parent(s): cdb0add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks() as demo:
87
  input_file = gr.File(label="Upload PDF File")
88
  input_image = gr.Image(type="pil", label="Upload Image")
89
  input_question = gr.Textbox(label="Ask about the document or image")
90
- input_gen_length = gr.Textbox(label="Number of generated tokens", default="50")
91
 
92
  output_text = gr.Textbox(label="Answer - Combined Outputs with LangSmith Evaluation")
93
 
 
87
  input_file = gr.File(label="Upload PDF File")
88
  input_image = gr.Image(type="pil", label="Upload Image")
89
  input_question = gr.Textbox(label="Ask about the document or image")
90
+ input_gen_length = gr.Textbox(label="Number of generated tokens", value="50")
91
 
92
  output_text = gr.Textbox(label="Answer - Combined Outputs with LangSmith Evaluation")
93