Spaces:
Sleeping
Sleeping
Divyam Sharma
commited on
Commit
·
7b0889b
1
Parent(s):
4730f46
Revise
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ with gr.Blocks() as demo:
|
|
73 |
|
74 |
btn_caption.click(fn=captioner, inputs=[image_upload], outputs=[caption])
|
75 |
|
76 |
-
gr.close_all()
|
77 |
-
demo.launch(share=True)
|
78 |
|
79 |
# ### Let's add generation
|
80 |
|
|
|
73 |
|
74 |
btn_caption.click(fn=captioner, inputs=[image_upload], outputs=[caption])
|
75 |
|
76 |
+
# gr.close_all()
|
77 |
+
# demo.launch(share=True)
|
78 |
|
79 |
# ### Let's add generation
|
80 |
|