chinhon commited on
Commit
824836c
1 Parent(s): 43d75a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -50,7 +50,6 @@ gradio_ui = gr.Interface(
50
  outputs=gr.outputs.Label(type="auto", label="Prediction"),
51
  interpretation="shap",
52
  article="Details of the fine tuning and tests are in this Medium post: https://bit.ly/3tueP36",
53
- enable_queue=True
54
  )
55
 
56
- gradio_ui.launch()
 
50
  outputs=gr.outputs.Label(type="auto", label="Prediction"),
51
  interpretation="shap",
52
  article="Details of the fine tuning and tests are in this Medium post: https://bit.ly/3tueP36",
 
53
  )
54
 
55
+ gradio_ui.launch(enable_queue=True)