Spaces:
Runtime error
Runtime error
Commit ·
529fc3e
1
Parent(s): 9413c73
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,8 +29,7 @@ examples = [f"example{i}.jpg" for i in range(1,7)]
|
|
| 29 |
description= "Image captioning application made using transformers"
|
| 30 |
title = "Image Captioning 🖼️"
|
| 31 |
|
| 32 |
-
article = "Created By : Hello Kitty
|
| 33 |
-
"
|
| 34 |
|
| 35 |
interface = gr.Interface(
|
| 36 |
fn=predict,
|
|
|
|
| 29 |
description= "Image captioning application made using transformers"
|
| 30 |
title = "Image Captioning 🖼️"
|
| 31 |
|
| 32 |
+
article = "Created By : Hello Kitty"
|
|
|
|
| 33 |
|
| 34 |
interface = gr.Interface(
|
| 35 |
fn=predict,
|