diegulio commited on
Commit
7fb5001
·
1 Parent(s): 6361941
Files changed (2) hide show
  1. cedula/app.py +1 -1
  2. license/app.py +1 -1
cedula/app.py CHANGED
@@ -152,7 +152,7 @@ def create_model():
152
  "image",
153
  "json",
154
  examples=[["examples/cedula1.jpg"]],
155
- enable_queue=True,
156
  theme=gradio_theme.theme
157
  )
158
  return demo
 
152
  "image",
153
  "json",
154
  examples=[["examples/cedula1.jpg"]],
155
+ enable_queue=False,
156
  theme=gradio_theme.theme
157
  )
158
  return demo
license/app.py CHANGED
@@ -150,7 +150,7 @@ def create_model():
150
  "image",
151
  "json",
152
  examples=[["examples/license1.jpg"]],
153
- enable_queue=True,
154
  theme=gradio_theme.theme
155
  )
156
  return demo
 
150
  "image",
151
  "json",
152
  examples=[["examples/license1.jpg"]],
153
+ enable_queue=False,
154
  theme=gradio_theme.theme
155
  )
156
  return demo