0xalfroz commited on
Commit
6b71564
·
verified ·
1 Parent(s): f9678ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ demo = gr.Interface(
29
  description="This demo converts an array of sentences to vectors and returns them as a JSON array."
30
  )
31
 
32
- demo.launch(timeout=1200)
 
29
  description="This demo converts an array of sentences to vectors and returns them as a JSON array."
30
  )
31
 
32
+ demo.launch()