simonraj commited on
Commit
efb7dae
1 Parent(s): 0cf65dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -72,6 +72,7 @@ iface = gr.Interface(
72
  css="custom.css" # Link to the custom CSS file
73
  )
74
 
75
- demo.queue(max_size=99, concurrency_count=40).launch(debug=True)
 
76
 
77
 
 
72
  css="custom.css" # Link to the custom CSS file
73
  )
74
 
75
+ iface.queue(max_size=99, concurrency_count=40).launch(debug=True)
76
+
77
 
78