chinhon commited on
Commit
4568d93
β€’
1 Parent(s): 0d58867

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -87,7 +87,8 @@ gradio_ui = gr.Interface(
87
  type="auto",
88
  label="Detailed Assessment By Sentence",
89
  ),
90
- ],
 
91
  )
92
 
93
  gradio_ui.launch()
 
87
  type="auto",
88
  label="Detailed Assessment By Sentence",
89
  ),
90
+ ],
91
+ enable_queue=True,
92
  )
93
 
94
  gradio_ui.launch()