stzhao commited on
Commit
a07a29c
·
verified ·
1 Parent(s): 460c942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks() as demo:
123
  )
124
 
125
  if __name__ == "__main__":
126
- demo.queue(max_size=40, status_update_rate=0.1).launch(max_threads=4)
 
123
  )
124
 
125
  if __name__ == "__main__":
126
+ demo.launch()