HamzaNaser commited on
Commit
85bfce2
·
verified ·
1 Parent(s): 1e2ac4e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def run_model(Dialects):
40
  if wait_time >= 0:
41
  return f'Model is being loaded, please try again in {wait_time} seconds.'
42
  else:
43
- return 'Taking longer than usual to load please wait or refresh the page.'
44
 
45
 
46
 
 
40
  if wait_time >= 0:
41
  return f'Model is being loaded, please try again in {wait_time} seconds.'
42
  else:
43
+ return 'Taking longer than usual to load, please wait.'
44
 
45
 
46