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