dnth commited on
Commit
9501601
1 Parent(s): 64ce458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -36,7 +36,6 @@ gr_interface = gr.Interface(
36
  article="<p style='text-align: center'><a href='https://dicksonneoh.com/portfolio/how_to_deploy_od_models_on_android_with_flutter/' target='_blank'>Blog post</a></p>",
37
  examples=examples,
38
  theme="dark-grass",
39
- enable_queue=True,
40
- api_mode=False
41
  )
42
  gr_interface.launch()
 
36
  article="<p style='text-align: center'><a href='https://dicksonneoh.com/portfolio/how_to_deploy_od_models_on_android_with_flutter/' target='_blank'>Blog post</a></p>",
37
  examples=examples,
38
  theme="dark-grass",
39
+ enable_queue=True
 
40
  )
41
  gr_interface.launch()