kahennefer commited on
Commit
9b5211e
·
verified ·
1 Parent(s): 014982b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ iface = gr.Interface(
20
  description="Ask any question about the case, and the model will provide an answer based on its knowledge."
21
  )
22
 
23
- iface.launch(enable_queue=True)
 
20
  description="Ask any question about the case, and the model will provide an answer based on its knowledge."
21
  )
22
 
23
+ iface.launch()