imomayiz commited on
Commit
85e2c3f
·
verified ·
1 Parent(s): 8a9d8b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ def respond(english_text):
16
  try:
17
  output = response[0]['generated_text']
18
  except KeyError:
19
- output = response
 
20
 
21
  return output
22
 
 
16
  try:
17
  output = response[0]['generated_text']
18
  except KeyError:
19
+ print(f"Model id loading. Estimated time {output['estimated_time']}")
20
+ # output = response
21
 
22
  return output
23