JohnTan38 commited on
Commit
9b7d286
1 Parent(s): 7a1cdb5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,6 +89,6 @@ with gr.Blocks() as demo:
89
  outputs=[answer],
90
  )
91
 
92
- #demo.app.server.timeout = 60000 # Set the maximum return time for the results of accessing the upstream server
93
 
94
  demo.launch(server_port=7860, enable_queue=True) # `enable_queue=True` to ensure the validity of multi-user requests
 
89
  outputs=[answer],
90
  )
91
 
92
+ demo.app.servers.timeout = 60000 # Set the maximum return time for the results of accessing the upstream server
93
 
94
  demo.launch(server_port=7860, enable_queue=True) # `enable_queue=True` to ensure the validity of multi-user requests