yasserrmd commited on
Commit
240dd08
·
verified ·
1 Parent(s): e434197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,4 +1,3 @@
1
- ```python
2
  import gradio as gr
3
  import json
4
  import re
@@ -281,5 +280,4 @@ with gr.Blocks() as app:
281
  api_name="/convert_document"
282
  )
283
 
284
- app.launch(debug=True)
285
- ```
 
 
1
  import gradio as gr
2
  import json
3
  import re
 
280
  api_name="/convert_document"
281
  )
282
 
283
+ app.launch(debug=True)