Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -1019,7 +1019,7 @@ with gr.Blocks(
|
|
1019 |
progress(0, desc="Please wait about 2 minutes. The Lean Finder service is starting up. Results will be displayed automatically once Lean Finder is ready.")
|
1020 |
|
1021 |
start_time = time.time()
|
1022 |
-
timeout_duration =
|
1023 |
progress_phase1_duration = 120
|
1024 |
last_progress_update = 0
|
1025 |
|
|
|
1019 |
progress(0, desc="Please wait about 2 minutes. The Lean Finder service is starting up. Results will be displayed automatically once Lean Finder is ready.")
|
1020 |
|
1021 |
start_time = time.time()
|
1022 |
+
timeout_duration = 300
|
1023 |
progress_phase1_duration = 120
|
1024 |
last_progress_update = 0
|
1025 |
|