Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -339,7 +339,7 @@ def get_generation_progress():
|
|
339 |
Get the current progress of answer generation.
|
340 |
"""
|
341 |
if not processing_status["is_processing"] and processing_status["progress"] == 0:
|
342 |
-
return "Not started"
|
343 |
|
344 |
if processing_status["is_processing"]:
|
345 |
progress = processing_status["progress"]
|
|
|
339 |
Get the current progress of answer generation.
|
340 |
"""
|
341 |
if not processing_status["is_processing"] and processing_status["progress"] == 0:
|
342 |
+
return "Not started"
|
343 |
|
344 |
if processing_status["is_processing"]:
|
345 |
progress = processing_status["progress"]
|