Skip to content

Commit 38aecda

Browse files
authored
Add files via upload
1 parent c21a656 commit 38aecda

24 files changed

Lines changed: 96 additions & 14 deletions

chronos/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if _pkg_root not in sys.path:
1919
sys.path.insert(0, _pkg_root)
2020

21-
import gradio as gr
21+
from ui.gradio_compat import gr
2222

2323
import chronos.deps # auto-bootstrap minimind
2424
from ui.i18n import (
166 Bytes
Binary file not shown.
10.5 KB
Binary file not shown.
500 Bytes
Binary file not shown.
5.1 KB
Binary file not shown.
7 KB
Binary file not shown.
6.83 KB
Binary file not shown.
10.1 KB
Binary file not shown.
5.24 KB
Binary file not shown.
3.69 KB
Binary file not shown.

0 commit comments

Comments
 (0)