Prajwal-r-k commited on
Commit
8a8a221
·
verified ·
1 Parent(s): fdf551b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,10 +44,10 @@ iface = gr.Interface(
44
  title=title,
45
  description=description,
46
  article=article,
47
- enable_queue=True,
48
  examples=examples
49
  )
50
 
51
 
 
52
  # Launch interface
53
  iface.launch(debug=True)
 
44
  title=title,
45
  description=description,
46
  article=article,
 
47
  examples=examples
48
  )
49
 
50
 
51
+
52
  # Launch interface
53
  iface.launch(debug=True)