simonraj commited on
Commit
0cf65dc
·
1 Parent(s): 278588b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ iface = gr.Interface(
71
  description=img_html,
72
  css="custom.css" # Link to the custom CSS file
73
  )
 
74
  demo.queue(max_size=99, concurrency_count=40).launch(debug=True)
75
 
76
 
 
71
  description=img_html,
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