Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,6 +54,7 @@ async def check_apis():
|
|
| 54 |
max_tokens=10,
|
| 55 |
)
|
| 56 |
success = True
|
|
|
|
| 57 |
except Exception as e:
|
| 58 |
print(e)
|
| 59 |
success = False
|
|
|
|
| 54 |
max_tokens=10,
|
| 55 |
)
|
| 56 |
success = True
|
| 57 |
+
e = 'success'
|
| 58 |
except Exception as e:
|
| 59 |
print(e)
|
| 60 |
success = False
|