Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ examples = os.listdir()
|
|
30 |
description= "Image captioning application made using transformers"
|
31 |
title = "Image Captioning 🖼️"
|
32 |
|
33 |
-
article = "Created By :
|
34 |
|
35 |
interface = gr.Interface(
|
36 |
fn=predict,
|
|
|
30 |
description= "Image captioning application made using transformers"
|
31 |
title = "Image Captioning 🖼️"
|
32 |
|
33 |
+
article = "Created By : Xaheen "
|
34 |
|
35 |
interface = gr.Interface(
|
36 |
fn=predict,
|