J-LAB commited on
Commit
e5ad09f
·
verified ·
1 Parent(s): 92e51e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -101,4 +101,6 @@ with gr.Blocks(css=css) as demo:
101
 
102
  submit_btn.click(process_image, [input_img], [output_text])
103
 
104
- demo.launch(debug=True, include_js=js)
 
 
 
101
 
102
  submit_btn.click(process_image, [input_img], [output_text])
103
 
104
+ demo.load(lambda: None, inputs=None, outputs=None, js=js)
105
+
106
+ demo.launch(debug=True)