Spaces:
Running
Running
Commit
·
0e05367
1
Parent(s):
b31df08
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with image_blocks as demo:
|
|
109 |
'''
|
110 |
|
111 |
# btn.click(fn=predict, inputs=[image, prompt], outputs=[image_out, community_icon, loading_icon, share_button])
|
112 |
-
btn.click(fn=predict, inputs=[image], outputs=[
|
113 |
# share_button.click(None, [], [], _js=share_js)
|
114 |
|
115 |
image_blocks.launch()
|
|
|
109 |
'''
|
110 |
|
111 |
# btn.click(fn=predict, inputs=[image, prompt], outputs=[image_out, community_icon, loading_icon, share_button])
|
112 |
+
btn.click(fn=predict, inputs=[image], outputs=[image]) #, community_icon, loading_icon, share_button])
|
113 |
# share_button.click(None, [], [], _js=share_js)
|
114 |
|
115 |
image_blocks.launch()
|