Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import zipfile
|
|
6 |
import importlib
|
7 |
import sentry_sdk
|
8 |
import wandb
|
|
|
9 |
from sentry_sdk import capture_exception
|
10 |
from sentry_sdk.integrations.logging import LoggingIntegration
|
11 |
from sentry_sdk.integrations.starlette import StarletteIntegration
|
|
|
6 |
import importlib
|
7 |
import sentry_sdk
|
8 |
import wandb
|
9 |
+
from contextlib import redirect_stdout, redirect_stderr
|
10 |
from sentry_sdk import capture_exception
|
11 |
from sentry_sdk.integrations.logging import LoggingIntegration
|
12 |
from sentry_sdk.integrations.starlette import StarletteIntegration
|