DemiPoto commited on
Commit
5600670
1 Parent(s): bfe7ab5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,7 +317,7 @@ def fonc_update_actu(text_actu,id):
317
  s+=f"models remaining: {cache_text_actu[str(id)]['nb_models_to_do']}/{cache_text_actu[str(id)]['nb_models_tot']}\n"
318
  s+=f"images remaining: {cache_text_actu[str(id)]['nb_tasks_to_do']}/{cache_text_actu[str(id)]['nb_tasks_tot']}\n"
319
  s+=f"fail attempt: {cache_text_actu[str(id)]['nb_fail']}"
320
- return gr.Texbox(s)
321
 
322
  def cutStrg(longStrg,start,end):
323
  shortStrg=''
 
317
  s+=f"models remaining: {cache_text_actu[str(id)]['nb_models_to_do']}/{cache_text_actu[str(id)]['nb_models_tot']}\n"
318
  s+=f"images remaining: {cache_text_actu[str(id)]['nb_tasks_to_do']}/{cache_text_actu[str(id)]['nb_tasks_tot']}\n"
319
  s+=f"fail attempt: {cache_text_actu[str(id)]['nb_fail']}"
320
+ return gr.Textbox(s)
321
 
322
  def cutStrg(longStrg,start,end):
323
  shortStrg=''