Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
3fae3e0
1
Parent(s):
7b6ee4d
Update hf model model_s ic.configureOutput(outputFunction=logger.info)
Browse files- radiobee/__main__.py +4 -1
radiobee/__main__.py
CHANGED
@@ -41,7 +41,10 @@ from radiobee.process_upload import process_upload
|
|
41 |
from radiobee.gradiobee import gradiobee
|
42 |
|
43 |
ic_install()
|
44 |
-
ic.configureOutput(
|
|
|
|
|
|
|
45 |
ic.enable()
|
46 |
# ic.disenable() # to turn off
|
47 |
|
|
|
41 |
from radiobee.gradiobee import gradiobee
|
42 |
|
43 |
ic_install()
|
44 |
+
ic.configureOutput(
|
45 |
+
includeContext=True,
|
46 |
+
outputFunction=logger.info,
|
47 |
+
)
|
48 |
ic.enable()
|
49 |
# ic.disenable() # to turn off
|
50 |
|