Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def predict(image,max_length=64, num_beams=4):
|
|
| 24 |
|
| 25 |
input = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
|
| 26 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
| 27 |
-
examples = [f"example{i}.
|
| 28 |
|
| 29 |
title = "Caption generetor "
|
| 30 |
description = "Made by : Sid"
|
|
|
|
| 24 |
|
| 25 |
input = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
|
| 26 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
| 27 |
+
examples = [f"example{i}.png" for i in range(1,4)]
|
| 28 |
|
| 29 |
title = "Caption generetor "
|
| 30 |
description = "Made by : Sid"
|