Spaces:
Paused
Paused
P01yH3dr0n
commited on
Commit
•
a6a6485
1
Parent(s):
656d6c8
Update app.py
Browse files
app.py
CHANGED
@@ -147,8 +147,7 @@ def ui():
|
|
147 |
inputs=[png_items] + paras,
|
148 |
outputs=paras)
|
149 |
png2main.click(fn=None,
|
150 |
-
_js="(x) => { if (x !== null) document.getElementById('client_ui_main-button').click(); "
|
151 |
-
"return null; }",
|
152 |
inputs=image)
|
153 |
image.change(read_info_from_image, inputs=image, outputs=[info, png_items])
|
154 |
return website
|
|
|
147 |
inputs=[png_items] + paras,
|
148 |
outputs=paras)
|
149 |
png2main.click(fn=None,
|
150 |
+
_js="(x) => { if (x !== null) document.getElementById('client_ui_main-button').click(); return null; }",
|
|
|
151 |
inputs=image)
|
152 |
image.change(read_info_from_image, inputs=image, outputs=[info, png_items])
|
153 |
return website
|