Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ def respond(english_text):
|
|
16 |
try:
|
17 |
output = response[0]['generated_text']
|
18 |
except KeyError:
|
19 |
-
|
|
|
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 |
|