Spaces:
Paused
Paused
Suppress Gradio route warning
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ asyncio.base_events.BaseEventLoop.__del__ = _quiet_invalid_fd_event_loop_del
|
|
| 26 |
warnings.filterwarnings(
|
| 27 |
"ignore",
|
| 28 |
message=r".*HTTP_422_UNPROCESSABLE_ENTITY.*",
|
| 29 |
-
category=
|
| 30 |
module=r"gradio\.routes",
|
| 31 |
)
|
| 32 |
|
|
|
|
| 26 |
warnings.filterwarnings(
|
| 27 |
"ignore",
|
| 28 |
message=r".*HTTP_422_UNPROCESSABLE_ENTITY.*",
|
| 29 |
+
category=Warning,
|
| 30 |
module=r"gradio\.routes",
|
| 31 |
)
|
| 32 |
|