Daemontatox commited on
Commit
e89e6d4
·
verified ·
1 Parent(s): 14b8632

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -645,9 +645,8 @@ def clear_context():
645
  # Create the Gradio Interface
646
  # -------------------------------
647
  with gr.Blocks() as demo:
648
- gr.Markdown("# Document Analyzer with Model and Prompt Selection")
649
- gr.Markdown("Upload a PDF or image (PNG, JPG, JPEG, GIF, BMP, WEBP), select a model and a prompt to analyze its contents.")
650
-
651
  with gr.Row():
652
  file_upload = gr.File(
653
  label="Upload Document",
 
645
  # Create the Gradio Interface
646
  # -------------------------------
647
  with gr.Blocks() as demo:
648
+ gr.Markdown("## Software Tester with vision 2.0 updated")
649
+
 
650
  with gr.Row():
651
  file_upload = gr.File(
652
  label="Upload Document",