Spaces:
Sleeping
Sleeping
Commit ·
c72a7a8
1
Parent(s): eb38564
fix: import Any from typing to resolve Gradio crash
Browse files- src/ui/app.py +1 -1
src/ui/app.py
CHANGED
|
@@ -6,7 +6,7 @@ import logging
|
|
| 6 |
import sys
|
| 7 |
import time
|
| 8 |
from pathlib import Path
|
| 9 |
-
|
| 10 |
import gradio as gr
|
| 11 |
|
| 12 |
# Ensure project root is on the path for direct execution
|
|
|
|
| 6 |
import sys
|
| 7 |
import time
|
| 8 |
from pathlib import Path
|
| 9 |
+
from typing import Any
|
| 10 |
import gradio as gr
|
| 11 |
|
| 12 |
# Ensure project root is on the path for direct execution
|