Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
53 |
-
description="Upload an image
|
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()
|