Jyothirmai
commited on
Commit
β’
58ee51a
1
Parent(s):
6efce5e
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def predict(img, model_name, max_tokens, temperature, imgID):
|
|
85 |
examples = [[f"example{i}.jpg"] for i in range(1,7)]
|
86 |
|
87 |
description= "You can generate captions by uploading an X-Ray and selecting a model of your choice below. Please select the number of Max Tokens and Temperature setting, if you are testing CLIP GPT2 and VIT GPT2 Models"
|
88 |
-
title = "
|
89 |
|
90 |
interface = gr.Interface(
|
91 |
fn=predict,
|
|
|
85 |
examples = [[f"example{i}.jpg"] for i in range(1,7)]
|
86 |
|
87 |
description= "You can generate captions by uploading an X-Ray and selecting a model of your choice below. Please select the number of Max Tokens and Temperature setting, if you are testing CLIP GPT2 and VIT GPT2 Models"
|
88 |
+
title = "A Vision Transformer-Driven Method for Generating Medical Reports based on X-ray radiology π₯π€"
|
89 |
|
90 |
interface = gr.Interface(
|
91 |
fn=predict,
|