Aadhavan12344 commited on
Commit
b496166
·
verified ·
1 Parent(s): eac94ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -201,6 +201,5 @@ with gr.Blocks(title="⚡ Semantic Intent Router") as demo:
201
 
202
  if __name__ == "__main__":
203
  demo.launch(
204
- share=True,
205
- enable_queue=False
206
  )
 
201
 
202
  if __name__ == "__main__":
203
  demo.launch(
204
+ share=True
 
205
  )