Varosa commited on
Commit
de582a4
·
1 Parent(s): 782ee6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ iface = gr.Interface(
61
 
62
  # Run the application
63
  if __name__ == "__main__":
64
- iface.launch()
 
61
 
62
  # Run the application
63
  if __name__ == "__main__":
64
+ iface.launch(enable_queue = False)