Spaces:
Sleeping
Sleeping
Divyam Sharma
commited on
Commit
·
7747217
1
Parent(s):
3982129
Port Removed
Browse files
app.py
CHANGED
@@ -105,6 +105,6 @@ with gr.Blocks() as demo:
|
|
105 |
btn_all.click(fn=caption_and_generate, inputs=[image_upload], outputs=[caption, image_output])
|
106 |
|
107 |
gr.close_all()
|
108 |
-
demo.launch(share=True
|
109 |
|
110 |
gr.close_all()
|
|
|
105 |
btn_all.click(fn=caption_and_generate, inputs=[image_upload], outputs=[caption, image_output])
|
106 |
|
107 |
gr.close_all()
|
108 |
+
demo.launch(share=True)
|
109 |
|
110 |
gr.close_all()
|