chinhon commited on
Commit
efe580c
β€’
1 Parent(s): edce0b9

Update app.py

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