Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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 |
|