Spaces:
Sleeping
Sleeping
Commit
·
1f61335
1
Parent(s):
2bdc1ae
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(share=True)
|