anmoldograpsl commited on
Commit
99efb3d
·
verified ·
1 Parent(s): 7fca33e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ interface = gr.Interface(
49
  gr.Textbox(label="Input Prompt", value="Detect whether the pathology is malignant or benign? If malignant, then detect the grade G1, G2, or G3.") # Text input
50
  ],
51
  outputs="text", # Text output
52
- title="Image and Prompt to Text Model",
53
- description="Upload an image and provide a prompt to generate a descriptive text."
54
  )
55
  # Step 5: Launch the Gradio app
56
  interface.launch()
 
49
  gr.Textbox(label="Input Prompt", value="Detect whether the pathology is malignant or benign? If malignant, then detect the grade G1, G2, or G3.") # Text input
50
  ],
51
  outputs="text", # Text output
52
+ title="anushettypsl/paligemma_vqav2",
53
+ description="Upload an image to predict grade of cancer"
54
  )
55
  # Step 5: Launch the Gradio app
56
  interface.launch()