Spaces:
Build error
Build error
freemt
commited on
Commit
·
37fb9cf
1
Parent(s):
5c8e90b
Debug
Browse files- ubee/__main__.py +2 -1
ubee/__main__.py
CHANGED
@@ -33,11 +33,12 @@ ic.enable()
|
|
33 |
ic("Testing...")
|
34 |
from model_pool import __version__, fetch_check_aux
|
35 |
print("model-pool version", __version__)
|
|
|
36 |
|
37 |
try:
|
38 |
fetch_check_aux.fetch_check_aux()
|
39 |
except Exception as _:
|
40 |
-
ic(_)
|
41 |
|
42 |
# raise SystemExit("Exit by intention")
|
43 |
|
|
|
33 |
ic("Testing...")
|
34 |
from model_pool import __version__, fetch_check_aux
|
35 |
print("model-pool version", __version__)
|
36 |
+
print("gradio version", gr.__version__)
|
37 |
|
38 |
try:
|
39 |
fetch_check_aux.fetch_check_aux()
|
40 |
except Exception as _:
|
41 |
+
ic(["fetch_check_aux.fetch_check_aux", _])
|
42 |
|
43 |
# raise SystemExit("Exit by intention")
|
44 |
|