Spaces:
Sleeping
Sleeping
nssharmaofficial
commited on
Commit
•
2a0de7a
1
Parent(s):
1f61335
remove share=true
Browse files
app.py
CHANGED
@@ -7,4 +7,4 @@ iface = gr.Interface(fn=main_caption,
|
|
7 |
outputs="text",
|
8 |
title="Image Caption Generator",
|
9 |
description="Upload an image, and the system will generate a caption.")
|
10 |
-
iface.launch(
|
|
|
7 |
outputs="text",
|
8 |
title="Image Caption Generator",
|
9 |
description="Upload an image, and the system will generate a caption.")
|
10 |
+
iface.launch()
|