omerXfaruq commited on
Commit
76c3050
1 Parent(s): ed548fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ def waiter(*args):
8
  return "Hello after 0.01 sec"
9
 
10
 
11
- gr.Interface(waiter, "text", "text").queue(concurrency_count=10).launch()
8
  return "Hello after 0.01 sec"
9
 
10
 
11
+ gr.Interface(waiter, "text", "text").queue().launch()