Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,7 @@ examples = [f"example{i}.jpg" for i in range(1,3)]
|
|
29 |
description= "Image captioning application made using transformers"
|
30 |
title = "Image Captioning 🖼️"
|
31 |
|
32 |
-
article =
|
33 |
-
### Created By : Shreyas Dixit
|
34 |
-
Transormer uesd : nlpconnect/vit-gpt2-image-captioning """)
|
35 |
|
36 |
interface = gr.Interface(
|
37 |
fn=predict,
|
|
|
29 |
description= "Image captioning application made using transformers"
|
30 |
title = "Image Captioning 🖼️"
|
31 |
|
32 |
+
article = "Created By : Shreyas Dixit "
|
|
|
|
|
33 |
|
34 |
interface = gr.Interface(
|
35 |
fn=predict,
|