GAS17 commited on
Commit
fc69279
1 Parent(s): 9ffa1fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -179,4 +179,6 @@ if __name__ == "__main__":
179
  inputs=[uploaded_file],
180
  outputs=[OCR_text, out_placeholder, text_file],
181
  )
 
 
182
  demo.launch(enable_queue=True)
 
179
  inputs=[uploaded_file],
180
  outputs=[OCR_text, out_placeholder, text_file],
181
  )
182
+
183
+ show_api=True
184
  demo.launch(enable_queue=True)