Spaces:
Build error
Build error
freemt
commited on
Commit
·
92cb1c3
1
Parent(s):
99cd496
Debug
Browse files- requirements.txt +1 -1
- ubee/__main__.py +3 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
install
|
| 3 |
transformers
|
| 4 |
sentencepiece
|
|
|
|
| 1 |
+
# gradio
|
| 2 |
install
|
| 3 |
transformers
|
| 4 |
sentencepiece
|
ubee/__main__.py
CHANGED
|
@@ -31,6 +31,9 @@ ic.enable()
|
|
| 31 |
# ic.disenable() # to turn off
|
| 32 |
|
| 33 |
ic("Testing...")
|
|
|
|
|
|
|
|
|
|
| 34 |
raise SystemExit("Exit by intention")
|
| 35 |
|
| 36 |
|
|
|
|
| 31 |
# ic.disenable() # to turn off
|
| 32 |
|
| 33 |
ic("Testing...")
|
| 34 |
+
from model_pool import __version__
|
| 35 |
+
print("model-pool version", __version__)
|
| 36 |
+
|
| 37 |
raise SystemExit("Exit by intention")
|
| 38 |
|
| 39 |
|