Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ 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}.jpg" for i in range(1,5)]
|
| 28 |
|
| 29 |
-
title = "
|
| 30 |
description = "Made by : Sid"
|
| 31 |
interface = gr.Interface(
|
| 32 |
|
|
|
|
| 26 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
| 27 |
examples = [f"example{i}.jpg" for i in range(1,5)]
|
| 28 |
|
| 29 |
+
title = "Caption generetor "
|
| 30 |
description = "Made by : Sid"
|
| 31 |
interface = gr.Interface(
|
| 32 |
|