tatianija commited on
Commit
3cd0093
·
verified ·
1 Parent(s): 0a5a77b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", None
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"]