imomayiz commited on
Commit
30aa664
·
verified ·
1 Parent(s): d7fc1aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def respond(english_text):
19
  if 'estimated_time' in response:
20
  output = f"Model is loading. Estimated time {response['estimated_time']}"
21
  else:
22
- output = e
23
 
24
  return output
25
 
 
19
  if 'estimated_time' in response:
20
  output = f"Model is loading. Estimated time {response['estimated_time']}"
21
  else:
22
+ output = response
23
 
24
  return output
25