Spaces:
Runtime error
Runtime error
Commit ·
3ced956
1
Parent(s): 86fdc37
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,8 +29,6 @@ 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 : Shreyas Dixit "
|
| 33 |
-
|
| 34 |
interface = gr.Interface(
|
| 35 |
fn=predict,
|
| 36 |
inputs = input,
|
|
|
|
| 29 |
description= "Image captioning application made using transformers"
|
| 30 |
title = "Image Captioning 🖼️"
|
| 31 |
|
|
|
|
|
|
|
| 32 |
interface = gr.Interface(
|
| 33 |
fn=predict,
|
| 34 |
inputs = input,
|