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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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(enable_queue=True)
 
87
  type="auto",
88
  label="Detailed Assessment By Sentence",
89
  ),
90
+ ],
91
+ enable_queue=True,
92
  )
93
 
94
+ gradio_ui.launch()