ManishThota commited on
Commit
9a85bdd
·
verified ·
1 Parent(s): 515ab2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -38,4 +38,6 @@ iface = gr.Interface(
38
  )
39
 
40
  # Launch the app
41
- iface.launch()
 
 
 
38
  )
39
 
40
  # Launch the app
41
+ iface.queue().launch(debug=True)
42
+
43
+ # demo.queue().launch(debug=True)